summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-01 22:26:57 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-02 08:22:06 +0000
commitd35cf229559d5005d2e742742f8a1b87381f4d38 (patch)
treea0b417bc16835a2f37de773cf9ef0f4ab7c3de44 /play.js
parentdac81dddc5883db6bad9a1e5699a8d51d23093af (diff)
download1989-dawn-of-freedom-d35cf229559d5005d2e742742f8a1b87381f4d38.tar.gz
Reposition Tyrant is Gone
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index c5b3aaa..a46b49b 100644
--- a/play.js
+++ b/play.js
@@ -598,7 +598,7 @@ function on_update() {
if (view.persistent_events.includes(C_THE_TYRANT_IS_GONE)) {
ui.events[C_THE_TYRANT_IS_GONE].style.display = "block"
ui.events[C_THE_TYRANT_IS_GONE].style.left = ui.layout_xy[view.the_tyrant_is_gone][0] - 25 + "px"
- ui.events[C_THE_TYRANT_IS_GONE].style.top = ui.layout_xy[view.the_tyrant_is_gone][1] - 25 + "px"
+ ui.events[C_THE_TYRANT_IS_GONE].style.top = ui.layout_xy[view.the_tyrant_is_gone][1] - 50 + "px"
} else {
ui.events[C_THE_TYRANT_IS_GONE].style.display = "none"
}