summaryrefslogtreecommitdiff
path: root/assets/MainMenu.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/MainMenu.json')
-rw-r--r--assets/MainMenu.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/assets/MainMenu.json b/assets/MainMenu.json
deleted file mode 100644
index 9054627..0000000
--- a/assets/MainMenu.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "PaddingX": 0.05,
- "PaddingY": 0.1,
- "Contents": {
- "Type": "gridrow",
- "Children": [
- {
- "Type": "void",
- "Weight": 3
- },
- {
- "Type": "gridcolumn",
- "Weight": 1,
- "Spacing": 0.01,
- "Children": [
- {
- "Type": "label",
- "Text": "Ruines of Rafdalon",
- "BackgroundElement": {
- "Type": "image",
- "TextureName": "testPackage/water.png"
- }
- },
- {
- "Type": "label",
- "Text": "Load a demo scene"
- },
- {
- "Type": "void",
- "Weight": 3
- }
- ]
- }
- ]
- }
-}