Project

General

Profile

« Previous | Next » 

Revision 63bfcdd1

Added by Leszek Koltunski 5 months ago

Support for shape-shifting cuboids. (except for the flat ones like the Super Floppy)

View differences:

src/main/java/org/distorted/objectlib/touchcontrol/TouchControlShapeChanging.java
622 622

  
623 623
  public void enableGhostAxis(int axNum, boolean enable)
624 624
    {
625
    mGhostAxisEnabled = enable ? axNum : -1;
625
    mGhostAxisEnabled = enable ? -1 : axNum;
626 626
    }
627 627
  }

Also available in: Unified diff