summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-07-18 13:30:33 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:25 +0100
commitae66c6ac3ed4f2cfff6e41121161cd83a9c5289b (patch)
tree0b7ce18a58833704dda09cd729d7dd9972170bf3 /play.js
parent107df9df212cc7d67791618e1b8c34ebbf97aeaa (diff)
downloadrommel-in-the-desert-ae66c6ac3ed4f2cfff6e41121161cd83a9c5289b.tar.gz
Cleanups.
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")