Project

General

Profile

« Previous | Next » 

Revision 1578cf00

Added by Leszek Koltunski 12 months ago

Switch off Tins Cube; bugfixes for the BandagedCreator.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
22 22

  
23 23
public enum ObjectType
24 24
  {
25
  TINS_5 ( TwistyTins.class           , 28, R.drawable.coin_3, true,    60, new InitData(new int[] {5,5,5,5})),
26

  
27

  
28 25
  CUBE_2 ( TwistyCuboid.class         , 12, R.drawable.cube_2, true,     0, new InitData(new int[] {2,2,2})),
29 26
  CUBE_3 ( TwistyCuboid.class         , 17, R.drawable.cube_3, true,     0, new InitData(new int[] {3,3,3})),
30 27
  CUBE_4 ( TwistyCuboid.class         , 24, R.drawable.cube_4, true,    50, new InitData(new int[] {4,4,4})),
......
112 109
  DINO_3 ( TwistyDino6.class          , 10, R.drawable.dino_3, true,     0, new InitData(new int[] {3,3,3,3})),
113 110
  DIN4_3 ( TwistyDino4.class          ,  9, R.drawable.din4_3, true,    30, new InitData(new int[] {3,3,3,3})),
114 111
  COIN_3 ( TwistyCoinTetrahedron.class, 15, R.drawable.coin_3, false,   40, new InitData(new int[] {3,3,3,3})),
112
  TINS_5 ( TwistyTins.class           , 28, R.drawable.coin_3, false,   60, new InitData(new int[] {5,5,5,5})),
115 113
  ;
116 114

  
117 115
  public static int NUM_OBJECTS;

Also available in: Unified diff