Move encounter discard buttons to bottom of card
This commit is contained in:
parent
bec4421bb0
commit
69e5d59edf
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user