summaryrefslogtreecommitdiff
path: root/packages/Core/Menus
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-03-27 15:38:35 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-03-27 15:38:35 +0500
commit34e63154d2c683c6f30b3d0d524b1e11331ea27e (patch)
tree9350305338c115e81ad51c00fc1c83b62ffccda5 /packages/Core/Menus
parent6f1a05cfa4d9323b55dc4da3221d10c58c2327d4 (diff)
Added background elements to grid row and column
Diffstat (limited to 'packages/Core/Menus')
-rw-r--r--packages/Core/Menus/MainMenu.json12
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"