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/TwistyJing.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.TouchControlTetrahedron;
......
402 403

  
403 404
  public ObjectSignature getSignature()
404 405
    {
405
    return new ObjectSignature(ObjectType.JING_2);
406
    return new ObjectSignature(ObjectSignatures.JING_2);
406 407
    }
407 408

  
408 409
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff