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/TwistyWindmill.java
19 19
import org.distorted.objectlib.helpers.ObjectShape;
20 20
import org.distorted.objectlib.helpers.ObjectSignature;
21 21
import org.distorted.objectlib.helpers.ObjectVertexEffects;
22
import org.distorted.objectlib.main.ObjectSignatures;
22 23
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
23 24
import org.distorted.objectlib.main.InitData;
24 25
import org.distorted.objectlib.main.ObjectType;
......
421 422

  
422 423
  public ObjectSignature getSignature()
423 424
    {
424
    return new ObjectSignature(ObjectType.WIND_3);
425
    return new ObjectSignature(ObjectSignatures.WIND_3);
425 426
    }
426 427

  
427 428
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff