Project

General

Profile

« Previous | Next » 

Revision 5ae0d190

Added by Leszek Koltunski 11 months ago

Make it possible to download objects with no extras file. Up VERSION_OBJECT_APP to 13.

View differences:

src/main/java/org/distorted/objectlib/json/JsonWriter.java
34 34

  
35 35
public class JsonWriter
36 36
{
37
  public static final int VERSION_OBJECT_APP = 12;
37
  public static final int VERSION_OBJECT_APP = 13;
38 38
  public static final int VERSION_EXTRAS_APP = 1;
39 39

  
40 40
  private static JsonWriter mThis;
src/main/java/org/distorted/objectlib/main/ObjectType.java
116 116
  DIN4_3 ( TwistyDino4.class          ,  6, R.drawable.din4_3, true,    30, 1,1, new InitData(new int[] {3,3,3,3})),
117 117
  COIH_3 ( TwistyCoinHexahedron.class , 35, R.drawable.coih_3, true,    50, 1,1, new InitData(new int[] {3,3,3,3,3,3,3})),
118 118

  
119
  TINS_5 ( TwistyTins.class           , 28, R.drawable.tins_5, false,   60, 1,1, new InitData(new int[] {5,5,5,5})),
120
  O2_2   ( TwistyO2.class             ,  2, R.drawable.o2_2  , false,   20, 1,1, new InitData(new int[] {2,2,2})),
119
  TINS_5 ( TwistyTins.class           , 28, R.drawable.tins_5, true,    60, 1,1, new InitData(new int[] {5,5,5,5})),
120
  O2_2   ( TwistyO2.class             ,  2, R.drawable.o2_2  , true,    20, 1,1, new InitData(new int[] {2,2,2})),
121 121
  DSKE_3 ( TwistyDinoSkewb.class      , 25, R.drawable.dske_3, false,   50, 1,1, new InitData(new int[] {3,3,3,3})),
122 122
  FADI_5 ( TwistyRedi.class           , 35, R.drawable.fadi_5, false,   60, 1,1, new InitData(new int[] {5,5,5,5})),
123 123
  LATT_5 ( TwistyLattice.class        , 35, R.drawable.latt_5, false,   50, 1,1, new InitData(new int[] {5,5,5,5})),

Also available in: Unified diff