summaryrefslogtreecommitdiff
path: root/engine/MainMenu.json
diff options
context:
space:
mode:
Diffstat (limited to 'engine/MainMenu.json')
-rw-r--r--engine/MainMenu.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/engine/MainMenu.json b/engine/MainMenu.json
new file mode 100644
index 0000000..e154ae0
--- /dev/null
+++ b/engine/MainMenu.json
@@ -0,0 +1,21 @@
+{
+ "Type": "gridrow",
+ "Weight": 2,
+ "Children": [
+ {
+ "Type": "label",
+ "Text": "xdd",
+ "Style": {
+ "Padding": 0,
+ "BackgroundColor": "#FFAAFF"
+ }
+ },
+ {
+ "Type": "label",
+ "Text": "xdd",
+ "Style": {
+ "Padding": 0
+ }
+ }
+ ]
+}