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:
@ -110,6 +110,14 @@ function CastBar.prototype:GetOptions()
|
||||
order = 43
|
||||
}
|
||||
|
||||
opts["shouldAnimate"] =
|
||||
{
|
||||
}
|
||||
|
||||
opts["desiredLerpTime"] =
|
||||
{
|
||||
}
|
||||
|
||||
opts["textSettings"] =
|
||||
{
|
||||
type = 'group',
|
||||
|
Reference in New Issue
Block a user