mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- tweaked rune width/height to match blizzard's default
This commit is contained in:
@ -2,8 +2,8 @@ local AceOO = AceLibrary("AceOO-2.0")
|
|||||||
|
|
||||||
local HolyPower = AceOO.Class(IceElement)
|
local HolyPower = AceOO.Class(IceElement)
|
||||||
|
|
||||||
HolyPower.prototype.runeHeight = 25
|
HolyPower.prototype.runeHeight = 22
|
||||||
HolyPower.prototype.runeWidth = 35
|
HolyPower.prototype.runeWidth = 36
|
||||||
-- blizzard has hardcoded 3 runes right now, so i'll do the same...see PaladinPowerBar.lua
|
-- blizzard has hardcoded 3 runes right now, so i'll do the same...see PaladinPowerBar.lua
|
||||||
HolyPower.prototype.numRunes = 3
|
HolyPower.prototype.numRunes = 3
|
||||||
HolyPower.prototype.lastNumReady = 0
|
HolyPower.prototype.lastNumReady = 0
|
||||||
|
Reference in New Issue
Block a user