diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |