Project

General

Profile

« Previous | Next » 

Revision a64e07d0

Added by Leszek Koltunski over 3 years ago

Beginnings of Megaminx & Gigaminx

View differences:

src/main/java/org/distorted/objects/ObjectList.java
135 135
                       {3 , 18, R.raw.kilo3, R.drawable.ui_small_kilo3, R.drawable.ui_medium_kilo3, R.drawable.ui_big_kilo3, R.drawable.ui_huge_kilo3} ,
136 136
                     },
137 137
         TwistyKilominx.class,
138
         new MovementKilominx(),
138
         new MovementMinx(),
139
         4
140
       ),
141

  
142
  MEGA (
143
         new int[][] {
144
                       {3 , 21, R.raw.kilo3, R.drawable.ui_small_kilo3, R.drawable.ui_medium_kilo3, R.drawable.ui_big_kilo3, R.drawable.ui_huge_kilo3} ,
145
                       {5 , 25, R.raw.kilo3, R.drawable.ui_small_kilo3, R.drawable.ui_medium_kilo3, R.drawable.ui_big_kilo3, R.drawable.ui_huge_kilo3} ,
146
                     },
147
         TwistyMegaminx.class,
148
         new MovementMinx(),
139 149
         4
140 150
       ),
141 151
  ;
......
521 531
      case  8: return new TwistyIvy       (size, quat, texture, mesh, effects, moves, res, scrWidth);
522 532
      case  9: return new TwistyRex       (size, quat, texture, mesh, effects, moves, res, scrWidth);
523 533
      case 10: return new TwistyKilominx  (size, quat, texture, mesh, effects, moves, res, scrWidth);
534
      case 11: return new TwistyMegaminx  (size, quat, texture, mesh, effects, moves, res, scrWidth);
524 535
      }
525 536

  
526 537
    return null;

Also available in: Unified diff