Project

General

Profile

« Previous | Next » 

Revision a0aff1b4

Added by Leszek Koltunski about 1 year ago

About Dialog

View differences:

src/main/java/org/distorted/dialogs/RubikDialogAbout.java
35 35
  private static final String WHATS_NEW =
36 36
      "1. 6-color Dino solver.\n" +
37 37
      "2. 4-color Dino solver.\n" +
38
      "3. Pyraminx Diamond solver.";
38
      "3. Pyraminx Diamond solver.\n" +
39
      "4. Minor adjustments to UI and bugfixes.";
39 40

  
40 41
  private static final String WHATS_COMING =
41
      "1. 3x3x2 Cuboid solver, then algorithmic solvers.\n" +
42
      "2. Support for adjustable stickers.\n" +
43
      "3. In-game currency (stars)\n" +
44
      "4. More objects (Penrose Cubes, higher-order Jings, Ghost Cubes, more Mirrors, more Mixups)\n" +
45
      "5. Creator of bandaged Pyraminxes.";
42
      "1. iOS version.\n" +
43
      "2. 3x3x2 Cuboid solver, then algorithmic solvers.\n" +
44
      "3. Support for adjustable stickers.\n" +
45
      "4. In-game currency (stars)\n" +
46
      "5. More objects:\n    - Penrose Cubes\n    - higher-order Jings\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Coin Tetrahedron\n" +
47
      "6. Creator of bandaged Pyraminxes.";
46 48

  
47 49
///////////////////////////////////////////////////////////////////////////////////////////////////
48 50

  

Also available in: Unified diff