Project

General

Profile

« Previous | Next » 

Revision f5da732a

Added by Leszek Koltunski almost 3 years ago

Cube Control: step 2.

View differences:

src/main/java/org/distorted/screens/RubikScreenReady.java
38 38

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////
40 40

  
41
  void leaveState(RubikActivity act)
41
  void leaveScreen(RubikActivity act)
42 42
    {
43 43

  
44 44
    }
45 45

  
46 46
///////////////////////////////////////////////////////////////////////////////////////////////////
47 47

  
48
  void enterState(final RubikActivity act)
48
  void enterScreen(final RubikActivity act)
49 49
    {
50 50
    float width = act.getScreenWidthInPixels();
51 51
    float titleSize = width*RubikActivity.TITLE_TEXT_SIZE;

Also available in: Unified diff