diff options
Diffstat (limited to 'packages/Core/Menus')
| -rw-r--r-- | packages/Core/Menus/MainMenu.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/packages/Core/Menus/MainMenu.json b/packages/Core/Menus/MainMenu.json index 9054627..5c5d896 100644 --- a/packages/Core/Menus/MainMenu.json +++ b/packages/Core/Menus/MainMenu.json @@ -1,8 +1,10 @@ { - "PaddingX": 0.05, - "PaddingY": 0.1, "Contents": { "Type": "gridrow", + "Style": { + "BackgroundColor": "#f0aa00", + "Padding": 0.01 + }, "Children": [ { "Type": "void", @@ -12,10 +14,14 @@ "Type": "gridcolumn", "Weight": 1, "Spacing": 0.01, + "Style": { + "BackgroundColor": "#f00000", + "Padding": 0.01 + }, "Children": [ { "Type": "label", - "Text": "Ruines of Rafdalon", + "Text": "Ruines of Rafdolon", "BackgroundElement": { "Type": "image", "TextureName": "testPackage/water.png" |
