orbit/data/menu.json

55 lines
1.2 KiB
JSON

{
"title": "ORBIT",
"titleFontSize": 118,
"titleLetterSpacing": 12,
"subtitle": "A PROCEDURAL SPACE RPG",
"subtitleFontSize": 20,
"subtitleLetterSpacing": 8,
"buttonFontSize": 26,
"buttons": {
"upper": true,
"newGame": {
"label": "New Game",
"position": { "x": 0.5, "y": 0.585 },
"fontSize": 26,
"paddingX": 46,
"paddingY": 18
}
},
"seed": {
"label": "GALAXY SEED",
"position": { "x": 0.5, "y": 0.755 },
"labelFontSize": 13,
"fontSize": 25,
"fieldWidth": 320,
"fieldHeight": 52,
"rerollLabel": "Reroll",
"rerollFontSize": 14,
"colors": {
"label": "#5c74a8",
"value": "#eaf6ff",
"fieldBg": "#070d1a",
"border": "#22405f",
"activeBorder": "#00e5ff",
"hint": "#5c74a8"
}
},
"colors": {
"title": "#eaf6ff",
"titleGlow": "#00e5ff",
"subtitle": "#7d92c4",
"buttonText": "#eaf6ff",
"buttonBg": "#0a1120",
"buttonHoverBg": "#13233f",
"buttonBorder": "#2aa9c9",
"footer": "#3d4c74"
},
"chrome": {
"topLeft": "ORBIT // MAIN CONSOLE",
"topRight": "SYS // ONLINE",
"bottomLeft": "ORBIT // v{version}",
"bottomRight": "RUNTIME // GIEDI 4.2.1",
"frameMargin": 10
}
}