Project

General

Profile

« Previous | Next » 

Revision 361fd0de

Added by Leszek Koltunski 5 months ago

Next step toward separating TwistyObject metadata.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyRedi.java
24 24
import org.distorted.objectlib.signature.ObjectConstants;
25 25
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
26 26
import org.distorted.objectlib.touchcontrol.TouchControlHexahedron;
27
import org.distorted.objectlib.main.ObjectType;
27
import org.distorted.objectlib.metadata.ListObjects;
28 28
import org.distorted.objectlib.helpers.ObjectShape;
29 29
import org.distorted.objectlib.shape.ShapeHexahedron;
30 30

  
......
588 588
    {
589 589
    switch(getNumLayers()[0])
590 590
      {
591
      case 3: return ObjectType.REDI_3.name();
592
      case 5: return ObjectType.FADI_5.name();
591
      case 3: return ListObjects.REDI_3.name();
592
      case 5: return ListObjects.FADI_5.name();
593 593
      }
594 594

  
595 595
    return null;

Also available in: Unified diff