v1.0.2.3: Keypress flash indicator for hotbar slots

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-31 02:59:15 -05:00
parent 1011d126d8
commit 4365f78ef7
7 changed files with 52 additions and 10 deletions
+5 -1
View File
@@ -67,11 +67,15 @@ namespace HSUI.Interface.GeneralElements
[Order(29)]
public bool ShowComboHighlight = true;
[Checkbox("Show Keypress Flash")]
[Order(30)]
public bool ShowKeypressFlash = true;
[NestedConfig("Combo Highlight", 31)]
public ComboHighlightConfig ComboHighlightConfig = new();
[Checkbox("Debug Drag & Drop")]
[Order(30)]
[Order(32)]
public bool DebugDragDrop = false;
[NestedConfig("Visibility", 70)]