mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- increasing higher vertical positioning from 200 to 300 for the runes module by request
This commit is contained in:
@ -54,7 +54,7 @@ function Runes.prototype:GetOptions()
|
|||||||
self:Redraw()
|
self:Redraw()
|
||||||
end,
|
end,
|
||||||
min = -300,
|
min = -300,
|
||||||
max = 200,
|
max = 300,
|
||||||
step = 10,
|
step = 10,
|
||||||
disabled = function()
|
disabled = function()
|
||||||
return not self.moduleSettings.enabled
|
return not self.moduleSettings.enabled
|
||||||
|
Reference in New Issue
Block a user