aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json
blob: 09b392966772313e1557518a37bdb7601d091195 (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
{
    "widgets":[
        {
            "name": "ServerWidget",
            "alias": "sw"
        },
        {
            "name": "EssenceWidget",
            "alias": "ew"
        }
    ],
    "layout": [
        {
            "op": "stack",
            "direction": "vertical",
            "align": "center",
            "apply_to": ["sw", "ew"]
        },
        {
            "op": "align",
            "reference": "horizontalCenter",
            "apply_to": ["sw", "ew"]
        }
    ]
}