- 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:
Parnic
2008-02-13 01:42:23 +00:00
parent 72f068215d
commit 9e4bdc2070
5 changed files with 10 additions and 2 deletions

View File

@ -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}