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/TwistyHelicopter.java
186 186

  
187 187
///////////////////////////////////////////////////////////////////////////////////////////////////
188 188

  
189
  public int getMovementType()
189
  public int getTouchControlType()
190 190
    {
191 191
    return TC_HEXAHEDRON;
192 192
    }
193 193

  
194 194
///////////////////////////////////////////////////////////////////////////////////////////////////
195 195

  
196
  public int getMovementSplit()
196
  public int getTouchControlSplit()
197 197
    {
198 198
    return TYPE_SPLIT_EDGE;
199 199
    }

Also available in: Unified diff