From 74e1497d50a6ff81c74c593f2d0f7018d2995fd8 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Sun, 1 Dec 2024 15:09:24 +0100 Subject: add stack data for triggers on tracks --- play.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.ts') diff --git a/play.ts b/play.ts index e0cb69a..c0b144f 100644 --- a/play.ts +++ b/play.ts @@ -305,6 +305,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'); -- cgit v1.2.3