diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-23 00:22:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-30 21:59:25 +0200 |
commit | c2eaf91e783a45ef21962e63ea1ad66aaf57c201 (patch) | |
tree | 007f13402cbf11a1f30f4d40b7c9e3fec2c90102 | |
parent | e6e3eeca283947042ca98e35b518d67aaf0eb3f3 (diff) | |
download | friedrich-c2eaf91e783a45ef21962e63ea1ad66aaf57c201.tar.gz |
tweak location of eliminated generals
-rw-r--r-- | play.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ const last_city = cities.name.length - 1 const ELIMINATED = data.cities.name.length const REMOVED = ELIMINATED + 1 const ELIMINATED_TRAIN_X = 1065 -const ELIMINATED_TRAIN_Y = 200 +const ELIMINATED_TRAIN_Y = 210 const ELIMINATED_GENERAL_X = 1040 -const ELIMINATED_GENERAL_Y = 150 +const ELIMINATED_GENERAL_Y = 160 const ELIMINATED_GENERAL_DX = 50 const all_objectives = [] |