mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- extended vertical offset min/max for info modules (ticket #92)
This commit is contained in:
@ -126,8 +126,8 @@ function IceTargetInfo.prototype:GetOptions()
|
|||||||
self.moduleSettings.vpos = v
|
self.moduleSettings.vpos = v
|
||||||
self:Redraw()
|
self:Redraw()
|
||||||
end,
|
end,
|
||||||
min = -300,
|
min = -425,
|
||||||
max = 600,
|
max = 700,
|
||||||
step = 1,
|
step = 1,
|
||||||
disabled = function()
|
disabled = function()
|
||||||
return not self.moduleSettings.enabled
|
return not self.moduleSettings.enabled
|
||||||
|
Reference in New Issue
Block a user