orbit/data/menu.json

44 lines
997 B
JSON

{
"title": "ORBIT",
"titleFontSize": 84,
"subtitle": "a procedural space rpg",
"subtitleFontSize": 20,
"fontFamily": "'Segoe UI', 'Helvetica Neue', Arial, sans-serif",
"buttonFontSize": 24,
"colors": {
"title": "#e9edf8",
"titleGlow": "#2f6df6",
"subtitle": "#8fa0c9",
"buttonText": "#e9edf8",
"buttonBg": "#16203a",
"buttonHoverBg": "#24345c",
"buttonBorder": "#33456f",
"footer": "#54608a"
},
"buttons": {
"newGame": {
"label": "New Game",
"position": { "x": 0.5, "y": 0.60 },
"fontSize": 24
}
},
"seed": {
"label": "GALAXY SEED",
"position": { "x": 0.5, "y": 0.755 },
"labelFontSize": 12,
"fontSize": 24,
"fieldWidth": 300,
"fieldHeight": 46,
"rerollLabel": "reroll",
"rerollFontSize": 14,
"colors": {
"label": "#54608a",
"value": "#e9edf8",
"fieldBg": "#0b1226",
"border": "#2a3a63",
"activeBorder": "#41c7ff",
"hint": "#54608a"
}
}
}