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/TwistyPyraminx.java
254 254

  
255 255
///////////////////////////////////////////////////////////////////////////////////////////////////
256 256

  
257
  public int getMovementType()
257
  public int getTouchControlType()
258 258
    {
259 259
    return TC_TETRAHEDRON;
260 260
    }
261 261

  
262 262
///////////////////////////////////////////////////////////////////////////////////////////////////
263 263

  
264
  public int getMovementSplit()
264
  public int getTouchControlSplit()
265 265
    {
266 266
    return TYPE_NOT_SPLIT;
267 267
    }

Also available in: Unified diff