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/TwistySquare.java
135 135

  
136 136
///////////////////////////////////////////////////////////////////////////////////////////////////
137 137

  
138
  public int getMovementType()
138
  public int getTouchControlType()
139 139
    {
140 140
    return TC_HEXAHEDRON;
141 141
    }
142 142

  
143 143
///////////////////////////////////////////////////////////////////////////////////////////////////
144 144

  
145
  public int getMovementSplit()
145
  public int getTouchControlSplit()
146 146
    {
147 147
    return TYPE_NOT_SPLIT;
148 148
    }

Also available in: Unified diff