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/TwistyRex.java
17 17

  
18 18
import org.distorted.objectlib.helpers.FactoryCubit;
19 19
import org.distorted.objectlib.helpers.ObjectFaceShape;
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.touchcontrol.TouchControlHexahedron;
26 26
import org.distorted.objectlib.main.ObjectType;
27 27
import org.distorted.objectlib.helpers.ObjectShape;
......
411 411

  
412 412
  public ObjectSignature getSignature()
413 413
    {
414
    return new ObjectSignature(ObjectSignatures.REX_3);
414
    return new ObjectSignature(ObjectConstants.REX_3);
415 415
    }
416 416

  
417 417
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff