Project

General

Profile

« Previous | Next » 

Revision 5d7bb479

Added by Leszek Koltunski 12 months ago

Tins Cube.

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

  
25 28
  CUBE_2 ( TwistyCuboid.class         , 12, R.drawable.cube_2, true,     0, new InitData(new int[] {2,2,2})),
26 29
  CUBE_3 ( TwistyCuboid.class         , 17, R.drawable.cube_3, true,     0, new InitData(new int[] {3,3,3})),
27 30
  CUBE_4 ( TwistyCuboid.class         , 24, R.drawable.cube_4, true,    50, new InitData(new int[] {4,4,4})),

Also available in: Unified diff