- 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

@ -23,6 +23,7 @@ function FocusMana.prototype:GetDefaultSettings()
settings["scale"] = 0.7
settings["upperText"] = "[PercentMP:Round]"
settings["lowerText"] = ""
settings["barVerticalOffset"] = 35
return settings
end