summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-22 16:20:44 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:38 +0100
commitfa7d2800442483656570a4e1051a81fe1022f242 (patch)
tree2103cef7197fb2bc10fa690f4edeeb3f5cc7e4b3 /data.js
parentc7856fc54d20e88f53adb72d93cd89a6045a2f1e (diff)
downloadcrusader-rex-fa7d2800442483656570a4e1051a81fe1022f242.tar.gz
crusader: Nicer staging.
Diffstat (limited to 'data.js')
-rw-r--r--data.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/data.js b/data.js
index c6a7ad8..d1711a8 100644
--- a/data.js
+++ b/data.js
@@ -104,9 +104,9 @@ const TOWNS = {
"England2":{"x":140,"y":961},
"England3":{"x":138,"y":1047},
*/
- "Germania":{"x":139,"y":273},
+ "Germania":{"x":140,"y":272},
"France":{"x":140,"y":573},
- "England":{"x":139,"y":873},
+ "England":{"x":140,"y":873},
"FP":{"x":50,"y":2150},
"SP":{"x":50,"y":2150},
"Dead":{"x":50,"y":80},
@@ -258,9 +258,9 @@ const PORTS = [];
town('Y', 0.0, 0.0, 30, "Pool", "SP", 0, "pool");
town('Y', 1.0, 1.0, 30, "Pool", "Dead", 0, "pool");
- town('X', 0.5, 0.5, 3, "Staging", "England", 0, "staging");
- town('X', 0.5, 0.5, 3, "Staging", "France", 0, "staging");
- town('X', 0.5, 0.5, 3, "Staging", "Germania", 0, "staging");
+ town('Y', 1.0, 0.5, 3, "Staging", "England", 0, "staging");
+ town('Y', 1.0, 0.5, 3, "Staging", "France", 0, "staging");
+ town('Y', 1.0, 0.5, 3, "Staging", "Germania", 0, "staging");
town('X', 1.0, 0.5, 3, "Syria", "Aleppo", 3, "town");