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/TwistyCrazy2x2.java
18 18
import org.distorted.objectlib.helpers.ObjectShape;
19 19
import org.distorted.objectlib.helpers.ObjectSignature;
20 20
import org.distorted.objectlib.helpers.ObjectVertexEffects;
21
import org.distorted.objectlib.main.ObjectSignatures;
21 22
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
22 23
import org.distorted.objectlib.main.TwistyObjectCubit;
23 24
import org.distorted.objectlib.main.InitData;
......
601 602

  
602 603
  public ObjectSignature getSignature()
603 604
    {
604
    return new ObjectSignature(ObjectType.CRA1_2);
605
    return new ObjectSignature(ObjectSignatures.CRA1_2);
605 606
    }
606 607

  
607 608
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff