- Most modules now support a new bar filling mode: Expanding outwards from the middle.

This commit is contained in:
rokiyo
2010-10-30 15:08:05 +00:00
parent 7abe2276fb
commit 52a0e26759
6 changed files with 694 additions and 649 deletions

View File

@ -56,6 +56,8 @@ function PlayerHealth.prototype:GetDefaultSettings()
settings["PartyRoleIconOffset"] = {x=90, y=-59}
settings["PartyRoleIconScale"] = 0.9
settings["bAllowExpand"] = false
return settings
end