Project

General

Profile

« Previous | Next » 

Revision adbd16d9

Added by Leszek Koltunski almost 2 years ago

New 'Free Play' screen.

View differences:

src/main/java/org/distorted/screens/ScreenList.java
38 38
  SOLU ( SVER , MODE_DRAG   , new RubikScreenSolution() ),
39 39
  READ ( PLAY , MODE_ROTATE , new RubikScreenReady()    ),
40 40
  DONE ( PLAY , MODE_DRAG   , new RubikScreenDone()     ),
41
  FREE ( PLAY , MODE_ROTATE , new RubikScreenFreePlay() ),
41 42
  ;
42 43

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

Also available in: Unified diff