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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user