From 0e947ceb12bb2abf387b7acbab844eb842adcc7e Mon Sep 17 00:00:00 2001 From: Physcik Date: Sun, 8 Feb 2026 18:21:49 +0500 Subject: Menu v1 --- assets/MainMenu.json | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'assets') 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 + } + ] } ] } -- cgit v1.3