summaryrefslogtreecommitdiff
path: root/engine/MainMenu.json
blob: 8718908060e3c8247d9826902606e579b58f017c (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": "void",
            "Text": "xdd",
            "Style": {
                "Padding": 0
            }
        }
    ]
}