|
@@ -12,11 +12,11 @@ public class AccessPoint extends DrawEngine implements Serializable {
|
|
|
private static ImageType images = ImageType.Entrance;
|
|
private static ImageType images = ImageType.Entrance;
|
|
|
|
|
|
|
|
public AccessPoint(Terrain terrain, int x, int y) {
|
|
public AccessPoint(Terrain terrain, int x, int y) {
|
|
|
- super(images, x, y, 1, 0, SimulatorPane.Objects.ENTRANCE, terrain, new Rectangle2D.Double(-10, -10, 430, 170), false);
|
|
|
|
|
|
|
+ super(images, x, y, 1, 0, SimulatorPane.Objects.ENTRANCE, terrain, new Rectangle2D.Double(100, -10, 200, 170), false);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public AccessPoint(Terrain terrain, int x, int y, double scale, double distance) {
|
|
public AccessPoint(Terrain terrain, int x, int y, double scale, double distance) {
|
|
|
- super(images, x, y, scale, distance, SimulatorPane.Objects.ENTRANCE, terrain, new Rectangle2D.Double(100, -10, 200, 170), false);
|
|
|
|
|
|
|
+ super(images, x, y, scale, distance, SimulatorPane.Objects.ENTRANCE, terrain, new Rectangle2D.Double(100, -10, 200, 170), false);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public AccessPoint(int x, int y, double scale, double distance, Terrain terrain) {
|
|
public AccessPoint(int x, int y, double scale, double distance, Terrain terrain) {
|