mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- 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:
@ -118,7 +118,7 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe
|
||||
end,
|
||||
min = -700,
|
||||
max = 700,
|
||||
step = 10,
|
||||
step = 1,
|
||||
order = 11
|
||||
},
|
||||
|
||||
@ -134,7 +134,7 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe
|
||||
end,
|
||||
min = -2000,
|
||||
max = 2000,
|
||||
step = 10,
|
||||
step = 1,
|
||||
order = 12
|
||||
},
|
||||
|
||||
|
@ -35,7 +35,7 @@ function IceClassPowerCounter.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 300,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -55,7 +55,7 @@ function IceClassPowerCounter.prototype:GetOptions()
|
||||
end,
|
||||
min = -500,
|
||||
max = 500,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -38,7 +38,7 @@ function ComboPoints.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 200,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -58,7 +58,7 @@ function ComboPoints.prototype:GetOptions()
|
||||
end,
|
||||
min = -700,
|
||||
max = 700,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -204,9 +204,9 @@ function IceCustomCount.prototype:GetOptions()
|
||||
self.moduleSettings.vpos = v
|
||||
self:Redraw()
|
||||
end,
|
||||
min = -300,
|
||||
max = 200,
|
||||
step = 10,
|
||||
min = -400,
|
||||
max = 700,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -226,7 +226,7 @@ function IceCustomCount.prototype:GetOptions()
|
||||
end,
|
||||
min = -700,
|
||||
max = 700,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -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,
|
||||
|
@ -32,7 +32,7 @@ function MaelstromCount.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 200,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -61,7 +61,7 @@ function RangeCheck.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 600,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -81,7 +81,7 @@ function RangeCheck.prototype:GetOptions()
|
||||
end,
|
||||
min = -500,
|
||||
max = 500,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -52,7 +52,7 @@ function Runes.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 300,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -72,7 +72,7 @@ function Runes.prototype:GetOptions()
|
||||
end,
|
||||
min = -500,
|
||||
max = 500,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -32,7 +32,7 @@ function SunderCount.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 200,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -124,7 +124,7 @@ function IceTargetInfo.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 600,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -144,7 +144,7 @@ function IceTargetInfo.prototype:GetOptions()
|
||||
end,
|
||||
min = -500,
|
||||
max = 500,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
@ -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,
|
||||
|
@ -57,7 +57,7 @@ function Totems.prototype:GetOptions()
|
||||
end,
|
||||
min = -300,
|
||||
max = 300,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
@ -77,7 +77,7 @@ function Totems.prototype:GetOptions()
|
||||
end,
|
||||
min = -500,
|
||||
max = 500,
|
||||
step = 10,
|
||||
step = 1,
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
|
Reference in New Issue
Block a user