Project

General

Profile

« Previous | Next » 

Revision 550a802e

Added by Leszek Koltunski about 1 year ago

Square-0: icon.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
107 107
  ICOS_2 ( TwistyIcosamate.class      , 30, R.drawable.icos_2, false,   60, new InitData(new int[] {2,2,2,2,2,2})),
108 108

  
109 109
  ICOS_3 ( TwistyIcosamate.class      , 40, R.drawable.icos_3, false,   70, new InitData(new int[] {3,3,3,3,3,3})),
110
  SQU0_3 ( TwistySquare0.class        , 18, R.drawable.squ0_3, false,    40, new InitData(new int[] {3,2,3})),
110
  SQU0_3 ( TwistySquare0.class        , 18, R.drawable.squ0_3, false,   40, new InitData(new int[] {3,2,3})),
111 111
  ;
112 112

  
113 113
  public static int NUM_OBJECTS;

Also available in: Unified diff