From 69e5d59edfeb7b126aa6866a575e50ffcc8c01d2 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 28 Jul 2024 00:36:36 -0400 Subject: [PATCH] Move encounter discard buttons to bottom of card --- src/playermat/Playermat.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playermat/Playermat.ttslua b/src/playermat/Playermat.ttslua index e2baeb45..33f03060 100644 --- a/src/playermat/Playermat.ttslua +++ b/src/playermat/Playermat.ttslua @@ -285,7 +285,7 @@ function makeDiscardButton(id) label = "Discard", click_function = handlerName, function_owner = self, - position = position, + position = {position[1], position[2], position[3] + 0.6}, scale = { 0.12, 0.12, 0.12 }, width = 900, height = 350,