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/TwistyDino.java
116 116

  
117 117
///////////////////////////////////////////////////////////////////////////////////////////////////
118 118

  
119
  public int getMovementType()
119
  public int getTouchControlType()
120 120
    {
121 121
    return TC_HEXAHEDRON;
122 122
    }
123 123

  
124 124
///////////////////////////////////////////////////////////////////////////////////////////////////
125 125

  
126
  public int getMovementSplit()
126
  public int getTouchControlSplit()
127 127
    {
128 128
    return TYPE_SPLIT_CORNER;
129 129
    }

Also available in: Unified diff