Project

General

Profile

« Previous | Next » 

Revision 2dffaf22

Added by Leszek Koltunski over 1 year ago

- add the Pyraminx Duo solver to the list
- make the signature of an object independent of its location in the ObjectType enum

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyUltimate.java
21 21
import org.distorted.objectlib.helpers.ObjectFaceShape;
22 22
import org.distorted.objectlib.helpers.ObjectSignature;
23 23
import org.distorted.objectlib.helpers.ObjectVertexEffects;
24
import org.distorted.objectlib.main.ObjectSignatures;
24 25
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
25 26
import org.distorted.objectlib.main.InitData;
26 27
import org.distorted.objectlib.touchcontrol.TouchControlDodecahedron;
......
398 399

  
399 400
  public ObjectSignature getSignature()
400 401
    {
401
    return new ObjectSignature(ObjectType.ULTI_2);
402
    return new ObjectSignature(ObjectSignatures.ULTI_2);
402 403
    }
403 404

  
404 405
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff