Revision 97a75106
Added by Leszek Koltunski about 2 years ago
| src/main/java/org/distorted/objectlib/objects/TwistyTins.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.scrambling.ScrambleEdgeGenerator; |
| 27 | 27 |
import org.distorted.objectlib.shape.ShapeHexahedron; |
| ... | ... | |
| 532 | 532 |
|
| 533 | 533 |
public ObjectSignature getSignature() |
| 534 | 534 |
{
|
| 535 |
return new ObjectSignature(ObjectSignatures.TINS_5);
|
|
| 535 |
return new ObjectSignature(ObjectConstants.TINS_5);
|
|
| 536 | 536 |
} |
| 537 | 537 |
|
| 538 | 538 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
separate ObjectSiguature into its own package and separate the BandagedSignatures out of it.