summaryrefslogtreecommitdiff
path: root/assets/MainMenu.json
blob: d44ab69b1f16732c2298b8348d2858907afb3379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "PaddingX": 0.05,
    "PaddingY": 0.1,
    "Contents": {
        "Type": "gridrow",
        "Children": [
            {
                "Type": "void",
                "Weight": 3
            },
            {
                "Type": "gridcolumn",
                "Weight": 1,
                "Spacing": 0.01,
                "Children": [
                    {
                        "Type": "image",
                        "TextureName": "testPackage/water.png"
                    },
                    {
                        "Type": "label",
                        "Text": "Ruines of Rafdalon"
                    },
                    {
                        "Type": "label",
                        "Text": "Load a demo scene"
                    },
                    {
                        "Type": "void",
                        "Weight": 3
                    }
                ]
            }
        ]
    }
}