From 85666467056ccae2011128e0d38ea2dbd1efee8a Mon Sep 17 00:00:00 2001 From: Physcik Date: Fri, 6 Feb 2026 01:55:27 +0500 Subject: Menu description pt. 1 --- engine/MainMenu.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 engine/MainMenu.json (limited to 'engine/MainMenu.json') diff --git a/engine/MainMenu.json b/engine/MainMenu.json new file mode 100644 index 0000000..e154ae0 --- /dev/null +++ b/engine/MainMenu.json @@ -0,0 +1,21 @@ +{ + "Type": "gridrow", + "Weight": 2, + "Children": [ + { + "Type": "label", + "Text": "xdd", + "Style": { + "Padding": 0, + "BackgroundColor": "#FFAAFF" + } + }, + { + "Type": "label", + "Text": "xdd", + "Style": { + "Padding": 0 + } + } + ] +} -- cgit v1.3