From 3e3e1f480f87192cf1042bec0ee0d4bb7c356e62 Mon Sep 17 00:00:00 2001 From: physcik Date: Mon, 23 Mar 2026 18:43:07 +0500 Subject: Recursive UI elements support --- assets/MainMenu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'assets/MainMenu.json') diff --git a/assets/MainMenu.json b/assets/MainMenu.json index d44ab69..9054627 100644 --- a/assets/MainMenu.json +++ b/assets/MainMenu.json @@ -13,13 +13,13 @@ "Weight": 1, "Spacing": 0.01, "Children": [ - { - "Type": "image", - "TextureName": "testPackage/water.png" - }, { "Type": "label", - "Text": "Ruines of Rafdalon" + "Text": "Ruines of Rafdalon", + "BackgroundElement": { + "Type": "image", + "TextureName": "testPackage/water.png" + } }, { "Type": "label", -- cgit v1.3