Project

General

Profile

« Previous | Next » 

Revision 11fa413d

Added by Leszek Koltunski over 2 years ago

Make the ShapeChanging the default TouchControl during MODE_REPLACE.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCuboid.java
643 643

  
644 644
///////////////////////////////////////////////////////////////////////////////////////////////////
645 645

  
646
  public int getMovementType()
646
  public int getTouchControlType()
647 647
    {
648 648
    return TC_CUBOID;
649 649
    }
650 650

  
651 651
///////////////////////////////////////////////////////////////////////////////////////////////////
652 652

  
653
  public int getMovementSplit()
653
  public int getTouchControlSplit()
654 654
    {
655 655
    return TYPE_NOT_SPLIT;
656 656
    }

Also available in: Unified diff