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/TwistyIvy.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.TouchControlHexahedron;
......
466 467

  
467 468
  public ObjectSignature getSignature()
468 469
    {
469
    return new ObjectSignature(ObjectType.IVY_2);
470
    return new ObjectSignature(ObjectSignatures.IVY_2);
470 471
    }
471 472

  
472 473
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff