- 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

@ -32,7 +32,7 @@ function LacerateCount.prototype:GetOptions()
end,
min = -300,
max = 200,
step = 10,
step = 1,
disabled = function()
return not self.moduleSettings.enabled
end,
@ -52,7 +52,7 @@ function LacerateCount.prototype:GetOptions()
end,
min = -700,
max = 700,
step = 10,
step = 1,
disabled = function()
return not self.moduleSettings.enabled
end,