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/TwistyDino4.java
16 16

  
17 17
import org.distorted.objectlib.helpers.ObjectSignature;
18 18
import org.distorted.objectlib.main.InitData;
19
import org.distorted.objectlib.main.ObjectSignatures;
19 20
import org.distorted.objectlib.main.ObjectType;
20
import org.distorted.objectlib.scrambling.ScrambleState;
21 21

  
22 22
///////////////////////////////////////////////////////////////////////////////////////////////////
23 23

  
......
99 99

  
100 100
  public ObjectSignature getSignature()
101 101
    {
102
    return new ObjectSignature(ObjectType.DIN4_3);
102
    return new ObjectSignature(ObjectSignatures.DIN4_3);
103 103
    }
104 104

  
105 105
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff