summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-02-08 18:21:49 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-02-08 18:21:49 +0500
commit0e947ceb12bb2abf387b7acbab844eb842adcc7e (patch)
treeb99003fb7546195822876a40b6981894d0dded11 /assets
parent64f718a1cd694be0952fd3700636d81ba05d30f0 (diff)
Menu v1
Diffstat (limited to 'assets')
-rw-r--r--assets/MainMenu.json32
1 files changed, 19 insertions, 13 deletions
diff --git a/assets/MainMenu.json b/assets/MainMenu.json
index 69d3a4e..09e333b 100644
--- a/assets/MainMenu.json
+++ b/assets/MainMenu.json
@@ -2,23 +2,29 @@
"PaddingX": 0.05,
"PaddingY": 0.1,
"Contents": {
- "Type": "gridcolumn",
- "Weight": 2,
+ "Type": "gridrow",
"Children": [
{
- "Type": "label",
- "Text": "xdd",
- "Style": {
- "Padding": 0,
- "BackgroundColor": "#FFAAFF"
- }
+ "Type": "void",
+ "Weight": 3
},
{
- "Type": "void",
- "Text": "xdd",
- "Style": {
- "Padding": 0
- }
+ "Type": "gridcolumn",
+ "Weight": 1,
+ "Children": [
+ {
+ "Type": "label",
+ "Text": "Ruines of Rafdalon"
+ },
+ {
+ "Type": "label",
+ "Text": "Load a demo scene"
+ },
+ {
+ "Type": "void",
+ "Weight": 3
+ }
+ ]
}
]
}