summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-22 14:50:38 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:38 +0100
commit602054c2e04379e2621d26e5eeb2c851d44e29f4 (patch)
tree9d41b3f36707c8e2ef2692d333fb1288ae2c0299 /data.js
parent822e4c4932ea93e031fc031618e895eef6bbbd01 (diff)
downloadcrusader-rex-602054c2e04379e2621d26e5eeb2c851d44e29f4.tar.gz
crusader: Show pool and dead blocks.
Diffstat (limited to 'data.js')
-rw-r--r--data.js12
1 files changed, 7 insertions, 5 deletions
diff --git a/data.js b/data.js
index 780dd50..c6a7ad8 100644
--- a/data.js
+++ b/data.js
@@ -103,13 +103,13 @@ const TOWNS = {
"England1":{"x":139,"y":873},
"England2":{"x":140,"y":961},
"England3":{"x":138,"y":1047},
- "FP":{"x":120,"y":2150},
- "SP":{"x":120,"y":2150},
- "Dead":{"x":120,"y":2150},
*/
"Germania":{"x":139,"y":273},
"France":{"x":140,"y":573},
"England":{"x":139,"y":873},
+ "FP":{"x":50,"y":2150},
+ "SP":{"x":50,"y":2150},
+ "Dead":{"x":50,"y":80},
};
const PORTS = [];
@@ -252,10 +252,12 @@ const PORTS = [];
town('X', 0, 0, 0, "Staging", "Germania1", 0, "staging");
town('X', 0, 0, 0, "Staging", "Germania2", 0, "staging");
town('X', 0, 0, 0, "Staging", "Germania3", 0, "staging");
- town('X', 0, 0, 0, "Pool", "FP", 0, "pool", "N", 12);
- town('X', 0, 0, 0, "Pool", "SP", 0, "pool", "N", 12);
*/
+ town('Y', 0.0, 0.0, 30, "Pool", "FP", 0, "pool");
+ 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");