2022-11-10 23:59:55 -08:00
|
|
|
-- Customizable Cards: Friends in Low Places
|
|
|
|
|
|
|
|
-- Color information for buttons and input boxes
|
|
|
|
boxSize = 36
|
|
|
|
inputFontsize = 50
|
|
|
|
|
|
|
|
-- static values
|
2023-06-13 00:01:12 -07:00
|
|
|
xInitial = -0.935
|
|
|
|
xOffset = 0.0685
|
2022-11-10 23:59:55 -08:00
|
|
|
|
2023-06-02 02:44:18 -07:00
|
|
|
customizations = {
|
|
|
|
[1] = {
|
|
|
|
textField = {
|
|
|
|
position = { 0.275, 0.25, -0.91 },
|
|
|
|
width = 640
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[2] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = -0.725,
|
|
|
|
count = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[3] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = -0.44,
|
|
|
|
count = 2,
|
2023-10-19 23:31:04 +02:00
|
|
|
},
|
|
|
|
textField = {
|
|
|
|
position = { 0.6295, 0.25, -0.44 },
|
|
|
|
width = 290
|
2023-06-02 02:44:18 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
[4] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = -0.05,
|
|
|
|
count = 2,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[5] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.25,
|
|
|
|
count = 2,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[6] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.545,
|
|
|
|
count = 2,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
[7] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.75,
|
|
|
|
count = 3,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
[8] = {
|
|
|
|
checkboxes = {
|
|
|
|
posZ = 0.95,
|
|
|
|
count = 3,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
}
|
|
|
|
require("playercards/customizable/UpgradeSheetLibrary")
|