aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/garden_info_screen.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/garden_info_screen.json')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/garden_info_screen.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/garden_info_screen.json b/src/main/resources/assets/skyblocker/tabhud/garden_info_screen.json
new file mode 100644
index 00000000..3ddfdfc3
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/tabhud/garden_info_screen.json
@@ -0,0 +1,88 @@
+{
+ "widgets":[
+ {
+ "name": "GardenSkillsWidget",
+ "alias": "gsw",
+ "args": null
+ },
+ {
+ "name": "EventWidget",
+ "alias": "evw",
+ "args": true
+ },
+ {
+ "name": "UpgradeWidget",
+ "alias": "uw",
+ "args": null
+ },
+ {
+ "name": "ProfileWidget",
+ "alias": "pw",
+ "args": null
+ },
+ {
+ "name": "EffectWidget",
+ "alias": "efw",
+ "args": null
+ },
+ {
+ "name": "JacobsContestWidget",
+ "alias": "jcw",
+ "args": null
+ },
+ {
+ "name": "CookieWidget",
+ "alias": "cw",
+ "args": null
+ }
+ ],
+ "layout": [
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["gsw", "evw", "uw"]
+ },
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["pw", "efw"]
+ },
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["jcw", "cw"]
+ },
+ {
+ "op": "align",
+ "align": "center",
+ "apply_to": ["gsw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "left",
+ "widget": "pw",
+ "colliders": ["gsw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "left",
+ "widget": "efw",
+ "colliders": ["gsw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "right",
+ "widget": "jcw",
+ "colliders": ["gsw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "right",
+ "widget": "cw",
+ "colliders": ["gsw", "evw", "uw"]
+ }
+ ]
+} \ No newline at end of file