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/TwistyBandagedAbstract.java
358 358

  
359 359
///////////////////////////////////////////////////////////////////////////////////////////////////
360 360

  
361
  public int getMovementType()
361
  public int getTouchControlType()
362 362
    {
363 363
    return TC_HEXAHEDRON;
364 364
    }
365 365

  
366 366
///////////////////////////////////////////////////////////////////////////////////////////////////
367 367

  
368
  public int getMovementSplit()
368
  public int getTouchControlSplit()
369 369
    {
370 370
    return TYPE_NOT_SPLIT;
371 371
    }

Also available in: Unified diff