Added Support for More Metadata Rotations

Added support for rotating the metadata of powered tracks and detector
tracks. Also made a minor change to DungeonSchematic to protect its
internal state.
This commit is contained in:
SenseiKiwi
2013-08-02 14:46:47 -04:00
parent 62b1629a8a
commit 81bac7b7ff
2 changed files with 51 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ public class DungeonSchematic extends Schematic {
public Point3D getEntranceDoorLocation()
{
return entranceDoorLocation;
return entranceDoorLocation.clone();
}
private DungeonSchematic()