- added user-requested per-bar vertical offsets and setup pet and focus bars to fit within the vertical center of the hud

This commit is contained in:
Parnic
2008-08-26 04:32:16 +00:00
parent 41d9dbe380
commit 3dc6525231
5 changed files with 26 additions and 1 deletions

View File

@ -36,6 +36,7 @@ function FocusHealth.prototype:GetDefaultSettings()
settings["raidIconYOffset"] = 0
settings["lockIconAlpha"] = false
settings["abbreviateHealth"] = true
settings["barVerticalOffset"] = 35
return settings
end