Project

General

Profile

« Previous | Next » 

Revision 7d41fc84

Added by Leszek Koltunski over 1 year ago

Beginnings of support for AI Cube.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
99 99
  DINO_3 ( TwistyDino6.class          , 10, R.drawable.dino_3, true,     0, new InitData(new int[] {3,3,3,3})),
100 100
  DIN4_3 ( TwistyDino4.class          ,  9, R.drawable.din4_3, true,    30, new InitData(new int[] {3,3,3,3})),
101 101

  
102
  CA_333 ( TwistyCamouflage.class     , 32, R.drawable.din4_3, true,    50, new InitData(new int[] {4,4,4}, TwistyCamouflage.CAM_333)),
102
  BAN5_3 ( TwistyBandagedCuboid.class , 48, R.drawable.ban4_3, true,    50, new InitData(new int[] {4,4,4}, TwistyBandagedCuboid.POS_5)),
103 103

  
104
  PDUO_2 ( TwistyPyraminxDuo.class    ,  4, R.drawable.pduo_2, true,    0, new InitData(new int[] {2,2,2,2})),
105
  PDIA_3 ( TwistyPyraminxDiamond.class, 12, R.drawable.pdia_3, true,   40, new InitData(new int[] {3,3,3})),
106
  BALL_4 ( TwistyMasterball.class     , 28, R.drawable.ball_4, true,   70, new InitData(new int[] {4,2,2,2,2})),
104
  PDUO_2 ( TwistyPyraminxDuo.class    ,  4, R.drawable.pduo_2, false,    0, new InitData(new int[] {2,2,2,2})),
105
  PDIA_3 ( TwistyPyraminxDiamond.class, 12, R.drawable.pdia_3, false,   40, new InitData(new int[] {3,3,3})),
106
  BALL_4 ( TwistyMasterball.class     , 28, R.drawable.ball_4, false,   70, new InitData(new int[] {4,2,2,2,2})),
107
  CA_333 ( TwistyCamouflage.class     , 32, R.drawable.din4_3, false,   50, new InitData(new int[] {4,4,4}, TwistyCamouflage.CAM_333)),
107 108
  ;
108 109

  
109 110
  public static int NUM_OBJECTS;

Also available in: Unified diff