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/TwistyPyraminxDiamond.java
17 17
import org.distorted.objectlib.helpers.FactoryCubit;
18 18
import org.distorted.objectlib.helpers.ObjectFaceShape;
19 19
import org.distorted.objectlib.helpers.ObjectShape;
20
import org.distorted.objectlib.helpers.ObjectSignature;
20
import org.distorted.objectlib.signature.ObjectSignature;
21 21
import org.distorted.objectlib.helpers.ObjectVertexEffects;
22 22
import org.distorted.objectlib.main.InitAssets;
23 23
import org.distorted.objectlib.main.InitData;
24
import org.distorted.objectlib.main.ObjectSignatures;
24
import org.distorted.objectlib.signature.ObjectConstants;
25 25
import org.distorted.objectlib.main.ObjectType;
26 26
import org.distorted.objectlib.shape.ShapeOctahedron;
27 27
import org.distorted.objectlib.touchcontrol.TouchControlOctahedron;
......
394 394

  
395 395
  public ObjectSignature getSignature()
396 396
    {
397
    return new ObjectSignature(ObjectSignatures.PDIA_3);
397
    return new ObjectSignature(ObjectConstants.PDIA_3);
398 398
    }
399 399

  
400 400
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff