Project

General

Profile

« Previous | Next » 

Revision b3c8eeda

Added by Leszek Koltunski 12 months ago

Improve Tins Cube.

View differences:

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

  
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

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

  
111 114
  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 118
  public static int NUM_OBJECTS;

Also available in: Unified diff