Project

General

Profile

« Previous | Next » 

Revision 59b87d56

Added by Leszek Koltunski over 3 years ago

Adding Rex Cube - take 1 (doesn't work yet)

View differences:

src/main/java/org/distorted/objects/ObjectList.java
120 120
         new MovementIvy(),
121 121
         3
122 122
       ),
123

  
124
   REX (
125
         new int[][] {
126
                       {3 , 16, R.raw.ivy, R.drawable.ui_small_ivy, R.drawable.ui_medium_ivy, R.drawable.ui_big_ivy, R.drawable.ui_huge_ivy} ,
127
                     },
128
         TwistyRex.class,
129
         new MovementRex(),
130
         3
131
       ),
123 132
  ;
124 133

  
125 134
  public static final int NUM_OBJECTS = values().length;
......
501 510
      case 6: return new TwistyHelicopter(size, quat, texture, mesh, effects, moves, res, scrWidth);
502 511
      case 7: return new TwistySkewb     (size, quat, texture, mesh, effects, moves, res, scrWidth);
503 512
      case 8: return new TwistyIvy       (size, quat, texture, mesh, effects, moves, res, scrWidth);
513
      case 9: return new TwistyRex       (size, quat, texture, mesh, effects, moves, res, scrWidth);
504 514
      }
505 515

  
506 516
    return null;

Also available in: Unified diff