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/TwistyJing.java
197 197

  
198 198
///////////////////////////////////////////////////////////////////////////////////////////////////
199 199

  
200
  public int getMovementType()
200
  public int getTouchControlType()
201 201
    {
202 202
    return TC_TETRAHEDRON;
203 203
    }
204 204

  
205 205
///////////////////////////////////////////////////////////////////////////////////////////////////
206 206

  
207
  public int getMovementSplit()
207
  public int getTouchControlSplit()
208 208
    {
209 209
    return TYPE_NOT_SPLIT;
210 210
    }

Also available in: Unified diff