- added an option to animate the lost/gained amounts on each individual bar with a tweak-able speed

This commit is contained in:
Parnic
2008-02-07 06:59:29 +00:00
parent e89a2abcad
commit b8c3e0cf1c
3 changed files with 104 additions and 7 deletions

View File

@ -110,6 +110,14 @@ function CastBar.prototype:GetOptions()
order = 43
}
opts["shouldAnimate"] =
{
}
opts["desiredLerpTime"] =
{
}
opts["textSettings"] =
{
type = 'group',