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/TwistyRex.java
161 161

  
162 162
///////////////////////////////////////////////////////////////////////////////////////////////////
163 163

  
164
  public int getMovementType()
164
  public int getTouchControlType()
165 165
    {
166 166
    return TC_HEXAHEDRON;
167 167
    }
168 168

  
169 169
///////////////////////////////////////////////////////////////////////////////////////////////////
170 170

  
171
  public int getMovementSplit()
171
  public int getTouchControlSplit()
172 172
    {
173 173
    return TYPE_SPLIT_CORNER;
174 174
    }

Also available in: Unified diff