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/TwistyMirror.java
582 582

  
583 583
///////////////////////////////////////////////////////////////////////////////////////////////////
584 584

  
585
  public int getMovementType()
585
  public int getTouchControlType()
586 586
    {
587 587
    return TC_HEXAHEDRON;
588 588
    }
589 589

  
590 590
///////////////////////////////////////////////////////////////////////////////////////////////////
591 591

  
592
  public int getMovementSplit()
592
  public int getTouchControlSplit()
593 593
    {
594 594
    return TYPE_NOT_SPLIT;
595 595
    }

Also available in: Unified diff