diff options
Diffstat (limited to 'assets/MainMenu.json')
| -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 + } + ] } ] } |
