Project

General

Profile

« Previous | Next » 

Revision bd9214f4

Added by Leszek Koltunski about 1 year ago

Icosamate: switch it off

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      , 32, R.drawable.icos_2, true,    60, new InitData(new int[] {2,2,2,2,2,2})),
104 103
  BALL_4 ( TwistyMasterball.class     , 28, R.drawable.ball_4, false,   70, new InitData(new int[] {4,2,2,2,2})),
105 104
  BAN5_4 ( TwistyBandagedCuboid.class , 48, R.drawable.ban5_4, false,   50, new InitData(new int[] {4,4,4}, TwistyBandagedCuboid.POS_5)),
106 105
  BAN6_4 ( TwistyBandagedCuboid.class ,487, R.drawable.ban6_4, false,   50, new InitData(new int[] {4,4,4}, TwistyBandagedCuboid.POS_6)),
107 106
  CA_333 ( TwistyCamouflage.class     ,487, R.drawable.ca_333, false,   50, new InitData(new int[] {4,4,4}, TwistyCamouflage.CAM_333)),
108

  
107
  ICOS_2 ( TwistyIcosamate.class      , 32, R.drawable.icos_2, false,   60, new InitData(new int[] {2,2,2,2,2,2})),
109 108
  ;
110 109

  
111 110
  public static int NUM_OBJECTS;

Also available in: Unified diff