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/TwistyFisher.java
16 16
import org.distorted.objectlib.helpers.ObjectShape;
17 17
import org.distorted.objectlib.helpers.ObjectSignature;
18 18
import org.distorted.objectlib.helpers.ObjectVertexEffects;
19
import org.distorted.objectlib.main.ObjectSignatures;
19 20
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
20 21
import org.distorted.objectlib.main.InitData;
21 22
import org.distorted.objectlib.main.ObjectType;
......
411 412

  
412 413
  public ObjectSignature getSignature()
413 414
    {
414
    return new ObjectSignature(ObjectType.FISH_3);
415
    return new ObjectSignature(ObjectSignatures.FISH_3);
415 416
    }
416 417

  
417 418
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff