mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added an option to animate the lost/gained amounts on each individual bar with a tweak-able speed
This commit is contained in:
@ -52,6 +52,21 @@ function TargetCast.prototype:TargetChanged(unit)
|
||||
self:StopBar()
|
||||
end
|
||||
|
||||
|
||||
function TargetCast.prototype:GetOptions()
|
||||
local opts = TargetCast.super.prototype.GetOptions(self)
|
||||
|
||||
opts["shouldAnimate"] =
|
||||
{
|
||||
}
|
||||
|
||||
opts["desiredLerpTime"] =
|
||||
{
|
||||
}
|
||||
|
||||
return opts
|
||||
end
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user