summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-23 00:22:39 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-30 21:59:25 +0200
commitc2eaf91e783a45ef21962e63ea1ad66aaf57c201 (patch)
tree007f13402cbf11a1f30f4d40b7c9e3fec2c90102 /play.js
parente6e3eeca283947042ca98e35b518d67aaf0eb3f3 (diff)
downloadfriedrich-c2eaf91e783a45ef21962e63ea1ad66aaf57c201.tar.gz
tweak location of eliminated generals
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.js b/play.js
index 628e8fe..cdb802a 100644
--- a/play.js
+++ b/play.js
@@ -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 = []