Project

General

Profile

« Previous | Next » 

Revision 49cd8581

Added by Leszek Koltunski over 3 years ago

Beginnings of the Ivy Cube.

View differences:

src/main/java/org/distorted/objects/ObjectList.java
111 111
         new MovementSkewb(),
112 112
         3
113 113
       ),
114

  
115
   IVY (
116
         new int[][] {
117
                       {2 , 8, R.raw.skewb, R.drawable.ui_small_skewb, R.drawable.ui_medium_skewb, R.drawable.ui_big_skewb, R.drawable.ui_huge_skewb} ,
118
                     },
119
         TwistyIvy.class,
120
         new MovementIvy(),
121
         3
122
       ),
114 123
  ;
115 124

  
116 125
  public static final int NUM_OBJECTS = values().length;
......
491 500
      case 5: return new TwistyRedi      (size, quat, texture, mesh, effects, moves, res, scrWidth);
492 501
      case 6: return new TwistyHelicopter(size, quat, texture, mesh, effects, moves, res, scrWidth);
493 502
      case 7: return new TwistySkewb     (size, quat, texture, mesh, effects, moves, res, scrWidth);
503
      case 8: return new TwistyIvy       (size, quat, texture, mesh, effects, moves, res, scrWidth);
494 504
      }
495 505

  
496 506
    return null;

Also available in: Unified diff