diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-16 00:00:25 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | a0ee653860e471bba2fb1cd8d7611fd633af9878 (patch) | |
tree | 81a5be124e90b3926f4ac0ab526f29106b4c9825 /data.js | |
parent | 95f92ad9f434dd54de00fc70269971e96bedf3a9 (diff) | |
download | crusader-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.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}, }; |