diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-03-27 19:36:39 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-03-27 19:36:39 +0500 |
| commit | e75d107899617446add49f00fb03837cb46d2543 (patch) | |
| tree | 63c49a2a88eaff2d05653c9777b10c6de7c8b011 /packages/Core/Menus/MainMenu.json | |
| parent | 578cb5a61f98033ad710bc9fd847c3eeae89450a (diff) | |
test menu customization
Diffstat (limited to 'packages/Core/Menus/MainMenu.json')
| -rw-r--r-- | packages/Core/Menus/MainMenu.json | 20 |
1 files changed, 18 insertions, 2 deletions
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 @@ -23,16 +23,32 @@ }, "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", |
