From aab26bbdb0d8ad96e774baa07d44a3fcc5212cf1 Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 24 Mar 2026 12:25:32 +0500 Subject: Moved assets to a 'core' package --- packages/Core/Menus/MainMenu.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 packages/Core/Menus/MainMenu.json (limited to 'packages/Core/Menus') diff --git a/packages/Core/Menus/MainMenu.json b/packages/Core/Menus/MainMenu.json new file mode 100644 index 0000000..9054627 --- /dev/null +++ b/packages/Core/Menus/MainMenu.json @@ -0,0 +1,36 @@ +{ + "PaddingX": 0.05, + "PaddingY": 0.1, + "Contents": { + "Type": "gridrow", + "Children": [ + { + "Type": "void", + "Weight": 3 + }, + { + "Type": "gridcolumn", + "Weight": 1, + "Spacing": 0.01, + "Children": [ + { + "Type": "label", + "Text": "Ruines of Rafdalon", + "BackgroundElement": { + "Type": "image", + "TextureName": "testPackage/water.png" + } + }, + { + "Type": "label", + "Text": "Load a demo scene" + }, + { + "Type": "void", + "Weight": 3 + } + ] + } + ] + } +} -- cgit v1.3