Implement fade and flash behavior for square indicators
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user