summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index 63c0a91..a39588c 100644
--- a/play.js
+++ b/play.js
@@ -551,6 +551,7 @@ function on_update() {
action_button("stop", "Stop")
action_button("end_move", "End move")
+ action_button("end_retreat", "End retreat")
action_button("end_combat", "End combat")
action_button("group", "Group")
@@ -567,4 +568,5 @@ function on_update() {
}
drag_element_with_mouse("#battle", "#battle_header")
+drag_element_with_mouse("#pursuit", "#pursuit_header")
scroll_with_middle_mouse("main")