aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json48
1 files changed, 48 insertions, 0 deletions
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