From 34e63154d2c683c6f30b3d0d524b1e11331ea27e Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 27 Mar 2026 15:38:35 +0500 Subject: Added background elements to grid row and column --- packages/Core/Menus/MainMenu.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'packages/Core/Menus/MainMenu.json') diff --git a/packages/Core/Menus/MainMenu.json b/packages/Core/Menus/MainMenu.json index 9054627..5c5d896 100644 --- a/packages/Core/Menus/MainMenu.json +++ b/packages/Core/Menus/MainMenu.json @@ -1,8 +1,10 @@ { - "PaddingX": 0.05, - "PaddingY": 0.1, "Contents": { "Type": "gridrow", + "Style": { + "BackgroundColor": "#f0aa00", + "Padding": 0.01 + }, "Children": [ { "Type": "void", @@ -12,10 +14,14 @@ "Type": "gridcolumn", "Weight": 1, "Spacing": 0.01, + "Style": { + "BackgroundColor": "#f00000", + "Padding": 0.01 + }, "Children": [ { "Type": "label", - "Text": "Ruines of Rafdalon", + "Text": "Ruines of Rafdolon", "BackgroundElement": { "Type": "image", "TextureName": "testPackage/water.png" -- cgit v1.3