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/TwistyPyraminxDuo.java
20 20
import org.distorted.objectlib.helpers.ObjectSignature;
21 21
import org.distorted.objectlib.helpers.ObjectVertexEffects;
22 22
import org.distorted.objectlib.main.InitData;
23
import org.distorted.objectlib.main.ObjectSignatures;
23 24
import org.distorted.objectlib.main.ObjectType;
24 25
import org.distorted.objectlib.shape.ShapeTetrahedron;
25 26
import org.distorted.objectlib.touchcontrol.TouchControlTetrahedron;
......
342 343

  
343 344
  public ObjectSignature getSignature()
344 345
    {
345
    return new ObjectSignature(ObjectType.PDUO_2);
346
    return new ObjectSignature(ObjectSignatures.PDUO_2);
346 347
    }
347 348

  
348 349
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff