Project

General

Profile

« Previous | Next » 

Revision baa031e2

Added by Leszek Koltunski 5 months ago

Move signatures and ObjectConstants to Metadata.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMirrorJing.java
24 24
import org.distorted.objectlib.metadata.Metadata;
25 25
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
26 26
import org.distorted.objectlib.shape.ShapeTetrahedron;
27
import org.distorted.objectlib.signature.ObjectConstants;
28
import org.distorted.objectlib.signature.ObjectSignature;
29 27
import org.distorted.objectlib.touchcontrol.TouchControlTetrahedron;
30 28

  
31 29
///////////////////////////////////////////////////////////////////////////////////////////////////
......
440 438
    return ListObjects.MJIN_2.name();
441 439
    }
442 440

  
443
///////////////////////////////////////////////////////////////////////////////////////////////////
444

  
445
  public ObjectSignature getSignature()
446
    {
447
    return new ObjectSignature(ObjectConstants.MJIN_2);
448
    }
449

  
450 441
///////////////////////////////////////////////////////////////////////////////////////////////////
451 442

  
452 443
  public String[][] getTutorials()

Also available in: Unified diff