aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json b/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json
new file mode 100644
index 00000000..09b39296
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json
@@ -0,0 +1,25 @@
+{
+ "widgets":[
+ {
+ "name": "ServerWidget",
+ "alias": "sw"
+ },
+ {
+ "name": "EssenceWidget",
+ "alias": "ew"
+ }
+ ],
+ "layout": [
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["sw", "ew"]
+ },
+ {
+ "op": "align",
+ "reference": "horizontalCenter",
+ "apply_to": ["sw", "ew"]
+ }
+ ]
+} \ No newline at end of file