Move encounter discard buttons to bottom of card

This commit is contained in:
Adam Goldsmith 2024-07-28 00:36:36 -04:00
parent bec4421bb0
commit 69e5d59edf

View File

@ -285,7 +285,7 @@ function makeDiscardButton(id)
label = "Discard", label = "Discard",
click_function = handlerName, click_function = handlerName,
function_owner = self, function_owner = self,
position = position, position = {position[1], position[2], position[3] + 0.6},
scale = { 0.12, 0.12, 0.12 }, scale = { 0.12, 0.12, 0.12 },
width = 900, width = 900,
height = 350, height = 350,