summaryrefslogtreecommitdiff
path: root/engine/MainMenu.json
blob: e154ae051c4226d69f0d12b13d3a09b11fd769c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "Type": "gridrow",
    "Weight": 2,
    "Children": [
        {
            "Type": "label",
            "Text": "xdd",
            "Style": {
                "Padding": 0,
                "BackgroundColor": "#FFAAFF"
            }
        },
        {
            "Type": "label",
            "Text": "xdd",
            "Style": {
                "Padding": 0
            }
        }
    ]
}