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/TwistyMegaminx.java
18 18

  
19 19
import org.distorted.objectlib.helpers.FactoryCubit;
20 20
import org.distorted.objectlib.helpers.ObjectFaceShape;
21
import org.distorted.objectlib.helpers.ObjectSignature;
21
import org.distorted.objectlib.signature.ObjectSignature;
22 22
import org.distorted.objectlib.helpers.ObjectVertexEffects;
23 23
import org.distorted.objectlib.main.InitAssets;
24 24
import org.distorted.objectlib.main.InitData;
25
import org.distorted.objectlib.main.ObjectSignatures;
25
import org.distorted.objectlib.signature.ObjectConstants;
26 26
import org.distorted.objectlib.main.ObjectType;
27 27
import org.distorted.objectlib.helpers.ObjectShape;
28 28

  
......
496 496
    {
497 497
    switch(getNumLayers()[0])
498 498
      {
499
      case 3: return new ObjectSignature(ObjectSignatures.MEGA_3);
500
      case 5: return new ObjectSignature(ObjectSignatures.MEGA_5);
499
      case 3: return new ObjectSignature(ObjectConstants.MEGA_3);
500
      case 5: return new ObjectSignature(ObjectConstants.MEGA_5);
501 501
      }
502 502

  
503 503
    return null;

Also available in: Unified diff