Project

General

Profile

« Previous | Next » 

Revision b804acaf

Added by Leszek Koltunski about 2 years ago

Progess with Mixup.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
80 80
  CONT_2 ( TwistyContainer.class     , new int[] {2,2,2,2}    , 12, R.drawable.cont_2, true),
81 81

  
82 82
  MIXU_3 ( TwistyMixup.class         , new int[] {3,3,3}      , 22, R.drawable.cont_2, false),
83

  
84 83
  VOID_3 ( TwistyVoid.class          , new int[] {3,3,3}      , 17, R.drawable.void_3, false),  // wasDownloadableButNowIsBuiltIn()
85 84
  CRYS_3 ( TwistyCrystal.class       , new int[] {3,3,3,3,3,3}, 27, R.drawable.crys_3, false),  // function!
86 85
  STAR_3 ( TwistyStarminx.class      , new int[] {3,3,3,3,3,3}, 27, R.drawable.star_3, false),
87 86
  PENT_2 ( TwistyPentultimate.class  , new int[] {2,2,2,2,2,2}, 21, R.drawable.pent_2, false),
88

  
89 87
  ;
90 88

  
91 89
  public static int NUM_OBJECTS;

Also available in: Unified diff