Project

General

Profile

« Previous | Next » 

Revision 1a2182df

Added by Leszek Koltunski about 1 year ago

Master Icosamate: first code.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
100 100
  PDUO_2 ( TwistyPyraminxDuo.class    ,  4, R.drawable.pduo_2, true,     0, new InitData(new int[] {2,2,2,2})),
101 101
  PDIA_3 ( TwistyPyraminxDiamond.class, 12, R.drawable.pdia_3, true,    40, new InitData(new int[] {3,3,3})),
102 102

  
103
  ICOS_2 ( TwistyIcosamate.class      , 30, R.drawable.icos_2, true,   60, new InitData(new int[] {2,2,2,2,2,2})),
104
  ICOS_3 ( TwistyIcosamate.class      , 40, R.drawable.icos_2, true,   70, new InitData(new int[] {3,3,3,3,3,3})),
105

  
103 106
  BALL_4 ( TwistyMasterball.class     , 28, R.drawable.ball_4, false,   70, new InitData(new int[] {4,2,2,2,2})),
104 107
  BAN5_4 ( TwistyBandagedCuboid.class , 48, R.drawable.ban5_4, false,   50, new InitData(new int[] {4,4,4}, TwistyBandagedCuboid.POS_5)),
105 108
  BAN6_4 ( TwistyBandagedCuboid.class ,487, R.drawable.ban6_4, false,   50, new InitData(new int[] {4,4,4}, TwistyBandagedCuboid.POS_6)),
106 109
  CA_333 ( TwistyCamouflage.class     ,487, R.drawable.ca_333, false,   50, new InitData(new int[] {4,4,4}, TwistyCamouflage.CAM_333)),
107
  ICOS_2 ( TwistyIcosamate.class      , 32, R.drawable.icos_2, false,   60, new InitData(new int[] {2,2,2,2,2,2})),
110

  
108 111
  ;
109 112

  
110 113
  public static int NUM_OBJECTS;

Also available in: Unified diff