- tweaked rune width/height to match blizzard's default

This commit is contained in:
Parnic
2010-09-08 02:30:38 +00:00
parent e80d971480
commit 2f226545f3

View File

@ -2,8 +2,8 @@ local AceOO = AceLibrary("AceOO-2.0")
local HolyPower = AceOO.Class(IceElement)
HolyPower.prototype.runeHeight = 25
HolyPower.prototype.runeWidth = 35
HolyPower.prototype.runeHeight = 22
HolyPower.prototype.runeWidth = 36
-- blizzard has hardcoded 3 runes right now, so i'll do the same...see PaladinPowerBar.lua
HolyPower.prototype.numRunes = 3
HolyPower.prototype.lastNumReady = 0