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-01 22:26:57 +0000
commit671fe0aba81c3b81189f15bd2a1a440b7d75ebeb (patch)
tree9c867fa34e39fd4b25057f7776cc655813b88d99 /play.js
parentb126d10c7e6044d55924f66c8e60c873898284c1 (diff)
download1989-dawn-of-freedom-671fe0aba81c3b81189f15bd2a1a440b7d75ebeb.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 c4e139f..6099ece 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"
}