diff options
Diffstat (limited to 'packages/Core/Menus')
| -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", |
