Project

General

Profile

« Previous | Next » 

Revision fa806818

Added by Leszek Koltunski over 3 years ago

Rename 'Minx' to 'Kilominx' - there would be a separate 'Kilominx' and 'Megaminx' series.

View differences:

src/main/java/org/distorted/objects/ObjectList.java
132 132

  
133 133
  KILO (
134 134
         new int[][] {
135
                       {3 , 18, R.raw.minx3, R.drawable.ui_small_minx3, R.drawable.ui_medium_minx3, R.drawable.ui_big_minx3, R.drawable.ui_huge_minx3} ,
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
         TwistyMinx.class,
138
         new MovementMinx(),
137
         TwistyKilominx.class,
138
         new MovementKilominx(),
139 139
         4
140 140
       ),
141 141
  ;
......
520 520
      case  7: return new TwistySkewb     (size, quat, texture, mesh, effects, moves, res, scrWidth);
521 521
      case  8: return new TwistyIvy       (size, quat, texture, mesh, effects, moves, res, scrWidth);
522 522
      case  9: return new TwistyRex       (size, quat, texture, mesh, effects, moves, res, scrWidth);
523
      case 10: return new TwistyMinx      (size, quat, texture, mesh, effects, moves, res, scrWidth);
523
      case 10: return new TwistyKilominx  (size, quat, texture, mesh, effects, moves, res, scrWidth);
524 524
      }
525 525

  
526 526
    return null;

Also available in: Unified diff