Project

General

Profile

« Previous | Next » 

Revision 2fa1601b

Added by Leszek Koltunski about 1 year ago

Coin tetrahedron: make it invisible.

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
  COIN_3 ( TwistyCoinTetrahedron.class, 15, R.drawable.coin_3, true,    40, new InitData(new int[] {3,3,3,3})),
104

  
105 103
  BALL_4 ( TwistyMasterball.class     , 28, R.drawable.ball_4, true,    70, new InitData(new int[] {4,2,2,2,2})),
106 104
  BAN5_4 ( TwistyBandagedCuboid.class , 48, R.drawable.ban5_4, false,   50, new InitData(new int[] {4,4,4}, TwistyBandagedCuboid.POS_5)),
107 105
  BAN6_4 ( TwistyBandagedCuboid.class ,487, R.drawable.ban6_4, false,   50, new InitData(new int[] {4,4,4}, TwistyBandagedCuboid.POS_6)),
......
110 108

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

  
115 114
  public static int NUM_OBJECTS;

Also available in: Unified diff