summaryrefslogtreecommitdiff
path: root/assets/MainMenu.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/MainMenu.json')
-rw-r--r--assets/MainMenu.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/MainMenu.json b/assets/MainMenu.json
new file mode 100644
index 0000000..69d3a4e
--- /dev/null
+++ b/assets/MainMenu.json
@@ -0,0 +1,25 @@
+{
+ "PaddingX": 0.05,
+ "PaddingY": 0.1,
+ "Contents": {
+ "Type": "gridcolumn",
+ "Weight": 2,
+ "Children": [
+ {
+ "Type": "label",
+ "Text": "xdd",
+ "Style": {
+ "Padding": 0,
+ "BackgroundColor": "#FFAAFF"
+ }
+ },
+ {
+ "Type": "void",
+ "Text": "xdd",
+ "Style": {
+ "Padding": 0
+ }
+ }
+ ]
+ }
+}