mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- changed the vertical position extents to 600 instead of 300 by request
This commit is contained in:
@ -39,8 +39,8 @@ function TargetOfTarget.prototype:GetOptions()
|
||||
self.moduleSettings.vpos = v
|
||||
self:Redraw()
|
||||
end,
|
||||
min = -300,
|
||||
max = 300,
|
||||
min = -600,
|
||||
max = 600,
|
||||
step = 10,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
|
Reference in New Issue
Block a user