Move encounter discard buttons to bottom of card

This commit is contained in:
Adam Goldsmith 2024-07-28 00:36:36 -04:00
parent 55b8c6cc11
commit 25f863297a

View File

@ -321,7 +321,7 @@ function makeDiscardButton(id)
label = "Discard",
click_function = handlerName,
function_owner = self,
position = position,
position = { position[1], position[2], position[3] + 0.65 },
scale = { 0.12, 0.12, 0.12 },
width = 900,
height = 350,
@ -336,7 +336,7 @@ function makeDrawAreaButton()
click_function = "discardOrMove",
tooltip = "Right-click to move to threat area",
function_owner = self,
position = { -1.365, 0.1, -0.94 },
position = { -1.365, 0.1, -0.94 + 0.65},
scale = { 0.12, 0.12, 0.12 },
width = 1190,
height = 350,