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

  
23 24
import java.io.InputStream;
......
400 401

  
401 402
  public ObjectSignature getSignature()
402 403
    {
403
    return new ObjectSignature(ObjectType.STAR_3);
404
    return new ObjectSignature(ObjectSignatures.STAR_3);
404 405
    }
405 406

  
406 407
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff