SCED/src/playercards/customizable/HyperphysicalShotcasterUpgradeSheet.ttslua

56 lines
768 B
Plaintext
Raw Normal View History

2022-11-10 23:59:55 -08:00
-- Customizable Cards: Hyperphysical Shotcaster
-- Color information for buttons
boxSize = 38
-- static values
xInitial = -0.935
xOffset = 0.069
2022-11-10 23:59:55 -08:00
customizations = {
[1] = {
checkboxes = {
posZ = -0.9,
count = 2,
}
},
[2] = {
checkboxes = {
posZ = -0.615,
count = 2,
}
},
[3] = {
checkboxes = {
posZ = -0.237,
count = 2,
}
},
[4] = {
checkboxes = {
posZ = 0.232,
count = 2,
}
},
[5] = {
checkboxes = {
posZ = 0.61,
count = 2,
},
},
[6] = {
checkboxes = {
posZ = 0.988,
count = 4,
}
},
[7] = {
checkboxes = {
posZ = 1.185,
count = 4,
},
},
}
2023-05-11 11:56:39 +02:00
require("playercards/customizable/UpgradeSheetLibrary")