diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-02-08 18:21:49 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-02-08 18:21:49 +0500 |
| commit | 0e947ceb12bb2abf387b7acbab844eb842adcc7e (patch) | |
| tree | b99003fb7546195822876a40b6981894d0dded11 /assets | |
| parent | 64f718a1cd694be0952fd3700636d81ba05d30f0 (diff) | |
Menu v1
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/MainMenu.json | 32 |
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 + } + ] } ] } |
