- changed all step = 10 to step = 1 by request

- widened range of possible vertical offset values for the custom counter module by request
This commit is contained in:
Parnic
2010-09-18 07:04:38 +00:00
parent 0b3ec943b0
commit 05afcebc3d
12 changed files with 24 additions and 24 deletions

View File

@ -35,7 +35,7 @@ function IceClassPowerCounter.prototype:GetOptions()
end,
min = -300,
max = 300,
step = 10,
step = 1,
disabled = function()
return not self.moduleSettings.enabled
end,
@ -55,7 +55,7 @@ function IceClassPowerCounter.prototype:GetOptions()
end,
min = -500,
max = 500,
step = 10,
step = 1,
disabled = function()
return not self.moduleSettings.enabled
end,