v1.0.8.14: Mouse GCD Indicator (ring around cursor)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user