Implement fade and flash behavior for square indicators

This commit is contained in:
2023-07-28 14:15:50 +02:00
parent 877560cb58
commit e20887d46b
4 changed files with 298 additions and 124 deletions

View File

@@ -125,7 +125,9 @@ function UnitFrame:CreateIndicator(indicator)
indicator.x,
indicator.y,
indicator.color,
indicator.showStacks
indicator.showStacks,
indicator.fadeTime,
indicator.flashTime
)
elseif kind == "BorderIndicator" then
return BorderIndicator:new(