Version 0.4

- New bar type
- More configuration options
This commit is contained in:
iceroth
2006-08-06 05:45:56 +00:00
parent 0887e36186
commit 2f51443091
15 changed files with 568 additions and 177 deletions

View File

@ -30,6 +30,7 @@ function PetHealth.prototype:GetOptions()
min = 0.2,
max = 1,
step = 0.05,
isPercent = true,
get = function()
return self.moduleSettings.scale
end,