- Even more configuration options

- SpellStatus lib for spell casting (shows rank now too)
This commit is contained in:
iceroth
2006-08-13 15:39:30 +00:00
parent f92e1fffd6
commit 212aa3c9f8
14 changed files with 580 additions and 249 deletions

View File

@ -22,7 +22,7 @@ function PlayerMana.prototype:GetDefaultSettings()
settings["side"] = IceCore.Side.Right
settings["offset"] = 1
settings["tickerEnabled"] = true
settings["tickerAlpha"] = 0.8
settings["tickerAlpha"] = 0.5
return settings
end
@ -42,7 +42,7 @@ function PlayerMana.prototype:GetOptions()
self.moduleSettings.tickerEnabled = value
self:ManaType(self.unit)
end,
order = 31
order = 51
}
opts["tickerAlpha"] =
@ -60,7 +60,7 @@ function PlayerMana.prototype:GetOptions()
self.moduleSettings.tickerAlpha = value
self.tickerFrame:SetStatusBarColor(self:GetColor("playerEnergy", self.moduleSettings.tickerAlpha))
end,
order = 32
order = 52
}
return opts