v1.0.8.14: Mouse GCD Indicator (ring around cursor)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-11 00:36:56 -05:00
parent d2eb40b450
commit c5b8e48072
8 changed files with 228 additions and 5 deletions
+5
View File
@@ -379,6 +379,11 @@ namespace HSUI.Interface
_hudElements.Add(gcdIndicatorConfig, gcdIndicator);
_hudElementsUsingPlayer.Add(gcdIndicator);
var mouseGcdIndicatorConfig = ConfigurationManager.Instance.GetConfigObject<MouseGCDIndicatorConfig>();
var mouseGcdIndicator = new MouseGCDIndicatorHud(mouseGcdIndicatorConfig, "Mouse GCD Indicator");
_hudElements.Add(mouseGcdIndicatorConfig, mouseGcdIndicator);
_hudElementsUsingPlayer.Add(mouseGcdIndicator);
var mpTickerConfig = ConfigurationManager.Instance.GetConfigObject<MPTickerConfig>();
var mpTicker = new MPTickerHud(mpTickerConfig, "MP Ticker");
_hudElements.Add(mpTickerConfig, mpTicker);