mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added separate configuration for the "resting" and "combat" portions of the player status icon
- prettified/organized some configuration screens a bit
This commit is contained in:
@ -64,7 +64,7 @@ function IHUD_Threat.prototype:GetOptions()
|
||||
opts["aggroAlpha"] =
|
||||
{
|
||||
type = 'range',
|
||||
name = 'Aggro Indicator',
|
||||
name = 'Aggro Indicator alpha',
|
||||
desc = 'Aggro indicator alpha (0 is disabled)',
|
||||
min = 0,
|
||||
max = 1,
|
||||
@ -79,7 +79,7 @@ function IHUD_Threat.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
order = 21
|
||||
order = 27.5
|
||||
}
|
||||
|
||||
opts["onlyShowInGroups"] = {
|
||||
@ -96,7 +96,7 @@ function IHUD_Threat.prototype:GetOptions()
|
||||
disabled = function()
|
||||
return not self.moduleSettings.enabled
|
||||
end,
|
||||
order = 22
|
||||
order = 27.6
|
||||
}
|
||||
|
||||
return opts
|
||||
|
Reference in New Issue
Block a user