mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- set all bars to animate by default
- forced animation off for cast and mirror bars - made a change to the toc for a curse/wowinterface update
This commit is contained in:
@ -72,7 +72,7 @@ function IceBarElement.prototype:GetDefaultSettings()
|
||||
settings["lowerText"] = ''
|
||||
settings["textVerticalOffset"] = -1
|
||||
settings["textHorizontalOffset"] = 0
|
||||
settings["shouldAnimate"] = false
|
||||
settings["shouldAnimate"] = true
|
||||
settings["desiredLerpTime"] = 0.2
|
||||
settings["barVisible"] = {bg = true, bar = true}
|
||||
|
||||
|
Reference in New Issue
Block a user