summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-03-23 18:43:07 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-03-23 18:43:07 +0500
commit3e3e1f480f87192cf1042bec0ee0d4bb7c356e62 (patch)
tree7998bacf5657c83cbee0cb97f5b0a65c66cabe3d /assets
parenta4d30665a9aeddc9777761a322a48d56d9f44378 (diff)
Recursive UI elements support
Diffstat (limited to 'assets')
-rw-r--r--assets/MainMenu.json10
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",