26 lines
578 B
JSON
26 lines
578 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.62 },
|
|
"fontSize": 24
|
|
}
|
|
}
|
|
}
|