From e75d107899617446add49f00fb03837cb46d2543 Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 27 Mar 2026 19:36:39 +0500 Subject: test menu customization --- packages/Core/Menus/MainMenu.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'packages/Core/Menus/MainMenu.json') diff --git a/packages/Core/Menus/MainMenu.json b/packages/Core/Menus/MainMenu.json index 0e733d0..d87aa3e 100644 --- a/packages/Core/Menus/MainMenu.json +++ b/packages/Core/Menus/MainMenu.json @@ -22,17 +22,33 @@ "Padding": 0.01 }, "Children": [ + { + "Type": "void", + "Weight": 0.1 + }, { "Type": "label", "Text": "Ruines of Rafdolon", + "Style": { + "Padding": 0.075, + "FontColor": "#8c1e03" + }, "BackgroundElement": { "Type": "image", - "TextureName": "testPackage/water.png" + "TextureName": "core/button_placeholder.png" } }, { "Type": "label", - "Text": "Load a demo scene" + "Text": "Load a demo scene", + "Style": { + "Padding": 0.075, + "FontColor": "#8c1e03" + }, + "BackgroundElement": { + "Type": "image", + "TextureName": "core/button_placeholder.png" + } }, { "Type": "void", -- cgit v1.3