diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-03-23 18:43:07 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-03-23 18:43:07 +0500 |
| commit | 3e3e1f480f87192cf1042bec0ee0d4bb7c356e62 (patch) | |
| tree | 7998bacf5657c83cbee0cb97f5b0a65c66cabe3d /assets | |
| parent | a4d30665a9aeddc9777761a322a48d56d9f44378 (diff) | |
Recursive UI elements support
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/MainMenu.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/MainMenu.json b/assets/MainMenu.json index d44ab69..9054627 100644 --- a/assets/MainMenu.json +++ b/assets/MainMenu.json @@ -14,12 +14,12 @@ "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", |
