Project

General

Profile

« Previous | Next » 

Revision abf36986

Added by Leszek Koltunski over 2 years ago

Add Mirror Cube 2x2 and 3x3.

View differences:

src/main/java/org/distorted/objects/ObjectList.java
246 246
         60
247 247
       ),
248 248

  
249
  MIRR (
250
         new int[][] {
251
                       {2 , 12, 12, 0, R.drawable.ui_small_cube2, R.drawable.ui_medium_cube2, R.drawable.ui_big_cube2, R.drawable.ui_huge_cube2} ,
252
                       {3 , 16, 17, 0, R.drawable.ui_small_cube3, R.drawable.ui_medium_cube3, R.drawable.ui_big_cube3, R.drawable.ui_huge_cube3} ,
253
                     },
254
         TwistyMirror.class,
255
         new MovementCube(),
256
         7,
257
         60
258
       ),
249 259
  ;
250 260

  
251 261
  public static final int NUM_OBJECTS = values().length;
......
673 683
      case 17: return new TwistyBandagedEvil  (size, quat, texture, mesh, effects, moves, res, scrWidth);
674 684
      case 18: return new TwistySquare1       (size, quat, texture, mesh, effects, moves, res, scrWidth);
675 685
      case 19: return new TwistySquare2       (size, quat, texture, mesh, effects, moves, res, scrWidth);
686
      case 20: return new TwistyMirror        (size, quat, texture, mesh, effects, moves, res, scrWidth);
676 687
      }
677 688

  
678 689
    return null;

Also available in: Unified diff