diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-26 01:39:57 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-01 16:11:22 +0200 |
commit | 52d1248beeeee30479de7901b526477430b4c454 (patch) | |
tree | 3b169c47df34e1a53ad5d9a48766e7aae3a02510 /play.js | |
parent | 194213185a716953a4ceb4087dd2b210ab502146 (diff) | |
download | waterloo-campaign-1815-52d1248beeeee30479de7901b526477430b4c454.tar.gz |
Pause before rolling for attack. Pause at end of turn.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -447,6 +447,7 @@ function on_update() { action_button("roll", "Roll") action_button("next", "Next") action_button("end_step", "End step") + action_button("end_turn", "End turn") action_button("pass", "Pass") action_button("undo", "Undo") } |