Project

General

Profile

« Previous | Next » 

Revision 32ec56ba

Added by Leszek Koltunski over 1 year ago

Purchase Pane: buttons

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
53 53
  DIAM_3 ( TwistyDiamond.class       , 24, R.drawable.diam_3, true,    60, new InitData(new int[] {3,3,3,3})),
54 54
  DIAM_4 ( TwistyDiamond.class       , 32, R.drawable.diam_4, true,    80, new InitData(new int[] {4,4,4,4})),
55 55

  
56
  ULTI_2 ( TwistyUltimate.class      , 18, R.drawable.ulti_2, true,    75, new InitData(new int[] {2,2,2,2})),
56
  ULTI_2 ( TwistyUltimate.class      , 18, R.drawable.ulti_2, true,    70, new InitData(new int[] {2,2,2,2})),
57 57
  KILO_3 ( TwistyKilominx.class      , 18, R.drawable.kilo_3, true,    50, new InitData(new int[] {3,3,3,3,3,3})),
58 58
  MEGA_3 ( TwistyMegaminx.class      , 21, R.drawable.mega_3, true,     0, new InitData(new int[] {3,3,3,3,3,3})),
59 59
  KILO_5 ( TwistyKilominx.class      , 33, R.drawable.kilo_5, true,    80, new InitData(new int[] {5,5,5,5,5,5})),

Also available in: Unified diff