Project

General

Profile

« Previous | Next » 

Revision cadc79fe

Added by Leszek Koltunski 12 months ago

Progress with Ancient Coin Cube.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
109 109
  DINO_3 ( TwistyDino6.class          , 10, R.drawable.dino_3, true,     0, new InitData(new int[] {3,3,3,3})),
110 110
  DIN4_3 ( TwistyDino4.class          ,  9, R.drawable.din4_3, true,    30, new InitData(new int[] {3,3,3,3})),
111 111

  
112
  TINS_5 ( TwistyTins.class           , 28, R.drawable.coin_3, true,   60, new InitData(new int[] {5,5,5,5})),
112
  COIH_3 ( TwistyCoinHexahedron.class , 25, R.drawable.coin_3, true,   50, new InitData(new int[] {3,3,3,3,3,3,3})),
113 113

  
114 114
  COIN_3 ( TwistyCoinTetrahedron.class, 15, R.drawable.coin_3, false,   40, new InitData(new int[] {3,3,3,3})),
115

  
115
  TINS_5 ( TwistyTins.class           , 28, R.drawable.coin_3, false,    60, new InitData(new int[] {5,5,5,5})),
116 116
  ;
117 117

  
118 118
  public static int NUM_OBJECTS;

Also available in: Unified diff