SCED/src/playercards/customizable/FriendsinLowPlacesUpgradeSheet.ttslua

28 lines
602 B
Plaintext
Raw Normal View History

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
x_1 = -0.935
x_offset = 0.0685
-- z-values (lines on the sheet)
posZ = {
-0.725,
-0.44,
-0.05,
0.25,
0.545,
0.75,
0.95
}
-- box setup (amount of boxes per line and amount of marked boxes in that line)
existingBoxes = { 1, 2, 2, 2, 2, 3, 3 }
inputBoxes = { 1, 1 }
inputWidth = { 640, 290 }
inputPos = { { 0.275, 0.25, -0.91 }, { 0.6295, 0.25, -0.44 } }
2023-05-11 11:56:39 +02:00
require("playercards/customizable/UpgradeSheetLibrary")