Project

General

Profile

« Previous | Next » 

Revision 5c4ed8ed

Added by Leszek Koltunski over 2 years ago

Make the ShapeChanging the default TouchControl during MODE_REPLACE.

View differences:

src/main/java/org/distorted/tutorials/TutorialObjectLibInterface.java
46 46
  public void onBeginRotation() { }
47 47
  public void onSolved() { }
48 48
  public void onObjectCreated(long time) { }
49
  public int getCurrentColor() { return 0; }
50
  public int cubitIsLocked(int cubit) { return 0; }
49
  public void onReplaceModeDown(int cubit, int face) { }
50
  public void onReplaceModeUp() { }
51 51

  
52 52
///////////////////////////////////////////////////////////////////////////////////////////////////
53 53

  

Also available in: Unified diff