aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/test_screen.json
blob: 2ffa802daebdefe75ec1b1eb3b7d47aad007aa50 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
    "widgets": [
        {
            "name": "EmptyWidget",
            "alias": "ew1"
        },
        {
            "name": "EmptyWidget",
            "alias": "ew2"
        },
        {
            "name": "EffectWidget",
            "alias": "ew3"
        },
        {
            "name": "EffectWidget",
            "alias": "ew4"
        },
        {
            "name": "CookieWidget",
            "alias": "ew5"
        },
        {
            "name": "CookieWidget",
            "alias": "ew6"
        },
        {
            "name": "UpgradeWidget",
            "alias": "ew7"
        },
        {
            "name": "UpgradeWidget",
            "alias": "ew8"
        },
        {
            "name": "FireSaleWidget",
            "alias": "ew9"
        },
        {
            "name": "FireSaleWidget",
            "alias": "ew10"
        },
        {
            "name": "EventWidget",
            "alias": "ew11",
            "inGarden": true
        },
        {
            "name": "EventWidget",
            "alias": "ew12",
            "inGarden": true
        }
    ],
    "layout": [
        {
            "op": "stack",
            "direction": "vertical",
            "align": "top",
            "apply_to": ["ew1", "ew2"]
        },
        {
            "op": "align",
            "reference": "leftOfCenter",
            "apply_to": ["ew1", "ew2"]
        },
        {
            "op": "stack",
            "direction": "vertical",
            "align": "center",
            "apply_to": ["ew3", "ew4"]
        },
        {
            "op": "align",
            "reference": "horizontalCenter",
            "apply_to": ["ew3", "ew4"]
        },
        {
            "op": "stack",
            "direction": "vertical",
            "align": "bot",
            "apply_to": ["ew5", "ew6"]
        },
        {
            "op": "align",
            "reference": "rightOfCenter",
            "apply_to": ["ew5", "ew6"]
        },
        {
            "op": "stack",
            "direction": "horizontal",
            "align": "left",
            "apply_to": ["ew7", "ew8"]
        },
        {
            "op": "align",
            "reference": "topOfCenter",
            "apply_to": ["ew7", "ew8"]
        },
        {
            "op": "stack",
            "direction": "horizontal",
            "align": "center",
            "apply_to": ["ew9", "ew10"]
        },
        {
            "op": "align",
            "reference": "verticalCenter",
            "apply_to": ["ew9", "ew10"]
        },
        {
            "op": "stack",
            "direction": "horizontal",
            "align": "right",
            "apply_to": ["ew11", "ew12"]
        },
        {
            "op": "align",
            "reference": "botOfCenter",
            "apply_to": ["ew11", "ew12"]
        }
    ]
}