Project

General

Profile

« Previous | Next » 

Revision b16fe321

Added by Leszek Koltunski about 2 years ago

from now on, 9 is the minimal value for the Full Scramble.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
79 79
  STAR_3 ( TwistyStarminx.class      , 27, R.drawable.star_3, true, new InitData(new int[] {3,3,3,3,3,3})),
80 80
  PENT_2 ( TwistyPentultimate.class  , 21, R.drawable.pent_2, true, new InitData(new int[] {2,2,2,2,2,2})),
81 81
  DINO_3 ( TwistyDino6.class         , 10, R.drawable.dino_3, true, new InitData(new int[] {3,3,3,3})),
82
  DIN4_3 ( TwistyDino4.class         ,  7, R.drawable.din4_3, true, new InitData(new int[] {3,3,3,3})),
82
  DIN4_3 ( TwistyDino4.class         ,  9, R.drawable.din4_3, true, new InitData(new int[] {3,3,3,3})),
83 83

  
84 84
  MIRR_2 ( TwistyMirror.class        , 12, R.drawable.mirr_2, true, new InitData(new int[] {2,2,2})),
85 85
  MIRR_3 ( TwistyMirror.class        , 17, R.drawable.mirr_3, true, new InitData(new int[] {3,3,3})),
86 86
  MIRR_4 ( TwistyMirror.class        , 24, R.drawable.mirr_4, true, new InitData(new int[] {4,4,4})),
87
  IVY_2  ( TwistyIvy.class           ,  8, R.drawable.ivy_2 , true, new InitData(new int[] {2,2,2,2})),
87
  IVY_2  ( TwistyIvy.class           ,  9, R.drawable.ivy_2 , true, new InitData(new int[] {2,2,2,2})),
88 88
  REX_3  ( TwistyRex.class           , 19, R.drawable.rex_3 , true, new InitData(new int[] {3,3,3,3})),
89 89

  
90 90
  REDI_3 ( TwistyRedi.class          , 16, R.drawable.redi_3, true, new InitData(new int[] {3,3,3,3})),

Also available in: Unified diff