summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-16 00:00:25 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:39 +0100
commita0ee653860e471bba2fb1cd8d7611fd633af9878 (patch)
tree81a5be124e90b3926f4ac0ab526f29106b4c9825 /data.js
parent95f92ad9f434dd54de00fc70269971e96bedf3a9 (diff)
downloadcrusader-rex-a0ee653860e471bba2fb1cd8d7611fd633af9878.tar.gz
Show perma-dead blocks in pools as well.
Adjust pool positions to allow for more blocks.
Diffstat (limited to 'data.js')
-rw-r--r--data.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/data.js b/data.js
index ad35be3..1c6ffe3 100644
--- a/data.js
+++ b/data.js
@@ -128,8 +128,8 @@ const TOWNS = {
"France":{"x":140,"y":573},
"England":{"x":140,"y":873},
"Sea":{"x":320,"y":900},
- "FP":{"x":15,"y":573+21+66},
- "SP":{"x":1275-15,"y":573+21+66},
+ "FP":{"x":15,"y":946},
+ "SP":{"x":1275-15,"y":946},
"Dead":{"x":50,"y":80},
};