aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/screen_b/garden.json
blob: 772e0594715274496b39df9b90a435211a787f93 (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
{
    "widgets":[
        {
            "name": "IslandGuestsWidget",
            "alias": "igw"
        },
        {
            "name": "IslandSelfWidget",
            "alias": "isw"
        }
    ],
    "layout": [
        {
            "op": "align",
            "reference": "rightOfCenter",
            "apply_to": ["igw"]
        },
        {
            "op": "align",
            "reference": "leftOfCenter",
            "apply_to": ["isw"]
        },
        {
            "op": "align",
            "reference": "verticalCenter",
            "apply_to": ["igw", "isw"]
        }
    ]
}