Project

General

Profile

« Previous | Next » 

Revision cc8ab8e3

Added by Leszek Koltunski almost 2 years ago

Progress witth new UI.

View differences:

src/main/java/org/distorted/screens/ScreenList.java
32 32
public enum ScreenList
33 33
  {
34 34
  PLAY ( null , MODE_NOTHING, new RubikScreenPlay()     ),
35
  DETA ( PLAY , MODE_NOTHING, new RubikScreenDetails()  ),
36
  SOLV ( DETA , MODE_ROTATE , new RubikScreenSolving()  ),
37
  PATT ( DETA , MODE_DRAG   , new RubikScreenPattern()  ),
38
  SVER ( DETA , MODE_REPLACE, new RubikScreenSolver()   ),
35
  SOLV ( PLAY , MODE_ROTATE , new RubikScreenSolving()  ),
36
  PATT ( PLAY , MODE_DRAG   , new RubikScreenPattern()  ),
37
  SVER ( PLAY , MODE_REPLACE, new RubikScreenSolver()   ),
39 38
  SOLU ( SVER , MODE_DRAG   , new RubikScreenSolution() ),
40
  READ ( DETA , MODE_ROTATE , new RubikScreenReady()    ),
41
  DONE ( DETA , MODE_DRAG   , new RubikScreenDone()     ),
42
  FREE ( DETA , MODE_ROTATE , new RubikScreenFreePlay() ),
39
  READ ( PLAY , MODE_ROTATE , new RubikScreenReady()    ),
40
  DONE ( PLAY , MODE_DRAG   , new RubikScreenDone()     ),
41
  FREE ( PLAY , MODE_ROTATE , new RubikScreenFreePlay() ),
43 42
  ;
44 43

  
45 44
  public static final int LENGTH = values().length;

Also available in: Unified diff