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

  
......
377 378

  
378 379
  public ObjectSignature getSignature()
379 380
    {
380
    return new ObjectSignature(ObjectType.PENT_2);
381
    return new ObjectSignature(ObjectSignatures.PENT_2);
381 382
    }
382 383

  
383 384
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff