Project

General

Profile

« Previous | Next » 

Revision 97a75106

Added by Leszek Koltunski 8 months ago

separate ObjectSiguature into its own package and separate the BandagedSignatures out of it.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCrazy2x2.java
14 14
import org.distorted.objectlib.helpers.FactoryCubit;
15 15
import org.distorted.objectlib.helpers.ObjectFaceShape;
16 16
import org.distorted.objectlib.helpers.ObjectShape;
17
import org.distorted.objectlib.helpers.ObjectSignature;
17
import org.distorted.objectlib.signature.ObjectSignature;
18 18
import org.distorted.objectlib.helpers.ObjectVertexEffects;
19 19
import org.distorted.objectlib.main.InitAssets;
20
import org.distorted.objectlib.main.ObjectSignatures;
20
import org.distorted.objectlib.signature.ObjectConstants;
21 21
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
22 22
import org.distorted.objectlib.main.TwistyObjectCubit;
23 23
import org.distorted.objectlib.main.InitData;
......
601 601

  
602 602
  public ObjectSignature getSignature()
603 603
    {
604
    return new ObjectSignature(ObjectSignatures.CRA1_2);
604
    return new ObjectSignature(ObjectConstants.CRA1_2);
605 605
    }
606 606

  
607 607
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff