Resolved issues!

This commit is contained in:
dscarpac 2023-11-29 11:04:52 -06:00
parent a763e5fbd2
commit 5a367577f2

View File

@ -1,8 +1,9 @@
-- this helper creates buttons to help the user track which hypothesis has been chosen each round (if user forgot to choose a one at round start, the old one stays active)
local playmatApi = require("playermat/PlaymatApi")
local upgradeSheetLibrary = require("playercards/customizable/UpgradeSheetLibrary")
-- common button parameters
local buttonParameters = {}
local buttonParameters = {}
buttonParameters.function_owner = self
buttonParameters.height = 160
buttonParameters.width = 1000
@ -16,7 +17,7 @@ buttonParameters.position.z = -1.05
initialButtonPosition = buttonParameters.position.z
-- vertical offset between buttons
local verticalOffset = 0.325
local verticalOffset = 0.325
-- list of customizable labels
local customizableList = {
@ -111,4 +112,4 @@ function findUpgradeSheet()
return card
end
end
end
end