v1.0.3.0: Alliance frames fixes, PvP support, shared hotbar persistence, config save on teleport

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-31 20:35:25 -05:00
parent bda3762ac8
commit 11b4c268f0
17 changed files with 1145 additions and 77 deletions
+4
View File
@@ -88,6 +88,10 @@ namespace HSUI.Interface.Party
[Order(31)]
public Vector2 Padding = new Vector2(0, 0);
[Checkbox("Show Labels", help = "Show name, health, order number, and status text on the bar.")]
[Order(32)]
public bool ShowLabels = true;
[NestedConfig("Name Label", 44)]
public EditableLabelConfig NameLabelConfig = new EditableLabelConfig(Vector2.Zero, "[name:initials].", DrawAnchor.Center, DrawAnchor.Center);