aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/screen_a
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/screen_a')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/screen_a/default.json70
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json70
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json48
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json17
4 files changed, 205 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/default.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/default.json
new file mode 100644
index 00000000..dcfa5138
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/tabhud/screen_a/default.json
@@ -0,0 +1,70 @@
+{
+ "widgets":[
+ {
+ "name": "SkillsWidget",
+ "alias": "sw"
+ },
+ {
+ "name": "EventWidget",
+ "alias": "evw",
+ "inGarden": false
+ },
+ {
+ "name": "UpgradeWidget",
+ "alias": "uw"
+ },
+ {
+ "name": "ProfileWidget",
+ "alias": "pw"
+ },
+ {
+ "name": "EffectWidget",
+ "alias": "efw"
+ },
+ {
+ "name": "ElectionWidget",
+ "alias": "elw"
+ },
+ {
+ "name": "CookieWidget",
+ "alias": "cw"
+ }
+ ],
+ "layout": [
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["sw", "evw", "uw"]
+ },
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["pw", "efw"]
+ },
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["elw", "cw"]
+ },
+ {
+ "op": "align",
+ "reference": "horizontalCenter",
+ "apply_to": ["sw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "left",
+ "widgets": ["pw", "efw"],
+ "colliders": ["sw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "right",
+ "widgets": ["elw", "cw"],
+ "colliders": ["sw", "evw", "uw"]
+ }
+ ]
+} \ No newline at end of file
diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json
new file mode 100644
index 00000000..3e1556ef
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json
@@ -0,0 +1,70 @@
+{
+ "widgets":[
+ {
+ "name": "GardenSkillsWidget",
+ "alias": "gsw"
+ },
+ {
+ "name": "EventWidget",
+ "alias": "evw",
+ "inGarden": true
+ },
+ {
+ "name": "UpgradeWidget",
+ "alias": "uw"
+ },
+ {
+ "name": "ProfileWidget",
+ "alias": "pw"
+ },
+ {
+ "name": "EffectWidget",
+ "alias": "efw"
+ },
+ {
+ "name": "JacobsContestWidget",
+ "alias": "jcw"
+ },
+ {
+ "name": "CookieWidget",
+ "alias": "cw"
+ }
+ ],
+ "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",
+ "reference": "horizontalCenter",
+ "apply_to": ["gsw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "left",
+ "widgets": ["pw", "efw"],
+ "colliders": ["gsw", "evw", "uw"]
+ },
+ {
+ "op": "collideAgainst",
+ "direction": "right",
+ "widgets": ["jcw", "cw"],
+ "colliders": ["gsw", "evw", "uw"]
+ }
+ ]
+} \ No newline at end of file
diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json
new file mode 100644
index 00000000..8d1d4c5f
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json
@@ -0,0 +1,48 @@
+{
+ "widgets":[
+ {
+ "name": "RiftProfileWidget",
+ "alias": "profile"
+ },
+ {
+ "name": "RiftStatsWidget",
+ "alias": "stats"
+ },
+ {
+ "name": "ShenWidget",
+ "alias": "shen"
+ },
+ {
+ "name": "CookieWidget",
+ "alias": "cookie"
+ },
+ {
+ "name": "AdvertisementWidget",
+ "alias": "ad"
+ }
+ ],
+ "layout": [
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["stats", "ad"]
+ },
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["profile", "shen", "cookie"]
+ },
+ {
+ "op": "align",
+ "reference": "leftOfCenter",
+ "apply_to": ["stats", "ad"]
+ },
+ {
+ "op": "align",
+ "reference": "rightOfCenter",
+ "apply_to": ["profile", "shen", "cookie"]
+ }
+ ]
+} \ No newline at end of file
diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json
new file mode 100644
index 00000000..0252940a
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json
@@ -0,0 +1,17 @@
+{
+ "widgets": [
+ {
+ "name": "EmptyWidget",
+ "alias": "ew"
+ }
+ ],
+ "layout": [
+ {
+ "op": "place",
+ "where": "center",
+ "apply_to": [
+ "ew"
+ ]
+ }
+ ]
+} \ No newline at end of file