From c2eaf91e783a45ef21962e63ea1ad66aaf57c201 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 23 May 2024 00:22:39 +0200 Subject: tweak location of eliminated generals --- play.js | 4 ++-- 1 file 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 = [] -- cgit v1.2.3