summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorFrans Bongers <fransbongers@franss-mbp.home>2024-12-01 15:09:24 +0100
committerFrans Bongers <fransbongers@franss-mbp.home>2024-12-01 15:09:24 +0100
commit74e1497d50a6ff81c74c593f2d0f7018d2995fd8 (patch)
tree9dd74df38232b1ab5f76b84f362c98abc6eaa7d1 /play.js
parentf05a9531508822f5dfb51105334444b53fe11b3e (diff)
downloadland-and-freedom-74e1497d50a6ff81c74c593f2d0f7018d2995fd8.tar.gz
add stack data for triggers on tracks
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 c39f702..c654730 100644
--- a/play.js
+++ b/play.js
@@ -226,6 +226,8 @@ function on_update() {
action_button('play_for_event', 'Play card for Event');
action_button('spend_hp', 'Spend Hero Points');
action_button('add_glory', 'Add Glory');
+ action_button('up', 'Up');
+ action_button('down', 'Down');
action_button('next', 'Next');
action_button('done', 'Done');
action_button('undo', 'Undo');