- 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

@ -41,7 +41,7 @@ function TargetOfTarget.prototype:GetOptions()
end,
min = -600,
max = 600,
step = 10,
step = 1,
disabled = function()
return not self.moduleSettings.enabled
end,
@ -61,7 +61,7 @@ function TargetOfTarget.prototype:GetOptions()
end,
min = -500,
max = 500,
step = 10,
step = 1,
disabled = function()
return not self.moduleSettings.enabled
end,