Move threat area discard buttons back to bottom
This commit is contained in:
parent
6ed4f61fb7
commit
273e9185cc
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user