diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-02 21:58:01 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | 3c984c07780c36ba92f0b83843cc157355b826af (patch) | |
tree | aa06aa902e372f777293227a841a56132174acf4 /data.js | |
parent | 2b417231e3ace3ec003c96281a0c6c6b3d4075da (diff) | |
download | crusader-rex-3c984c07780c36ba92f0b83843cc157355b826af.tar.gz |
crusader: Pool tweaks.
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -129,8 +129,8 @@ const TOWNS = { "France":{"x":140,"y":573}, "England":{"x":140,"y":873}, "Sea":{"x":320,"y":900}, - "FP":{"x":50,"y":2150}, - "SP":{"x":125,"y":2150}, + "FP":{"x":15,"y":573+21+66}, + "SP":{"x":1275-15,"y":573+21+66}, "Dead":{"x":50,"y":80}, }; @@ -264,10 +264,10 @@ const PORTS = []; TOWNS[name].wrap = wrap; } - 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('Y', 1.0, 1.0, 30, "Pool", "Sea", 0, "pool"); + town('Y', 0.5, 1.0, 50, "Pool", "FP", 0, "pool"); + town('Y', 0.5, 1.0, 50, "Pool", "SP", 0, "pool"); + town('Y', 1.0, 1.0, 3, "Pool", "Dead", 0, "pool"); + town('Y', 1.0, 1.0, 1, "Pool", "Sea", 0, "pool"); town('Y', 1.0, 0.5, 3, "Staging", "England", 3, "staging"); town('Y', 1.0, 0.5, 3, "Staging", "France", 3, "staging"); |