Move threat area discard buttons back to bottom

This commit is contained in:
Adam Goldsmith 2022-12-13 18:26:23 -05:00
parent 6ed4f61fb7
commit 273e9185cc
4 changed files with 4 additions and 4 deletions

View File

@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number)
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 = 800,
height = 280,

View File

@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number)
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 = 800,
height = 280,

View File

@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number)
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 = 800,
height = 280,

View File

@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number)
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 = 800,
height = 280,