mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Version 0.3
- More configuration options - Added another texture option for bars - /icehud now opens Dewdrop menu directly - Rogue/cat energy ticker
This commit is contained in:
@ -19,7 +19,7 @@ function PetMana.prototype:GetOptions()
|
||||
opts["scale"] =
|
||||
{
|
||||
type = 'range',
|
||||
name = 'scale',
|
||||
name = 'Scale',
|
||||
desc = 'Scale of the bar',
|
||||
min = 0.2,
|
||||
max = 1,
|
||||
@ -30,7 +30,8 @@ function PetMana.prototype:GetOptions()
|
||||
set = function(value)
|
||||
self.moduleSettings.scale = value
|
||||
self:Redraw()
|
||||
end
|
||||
end,
|
||||
order = 31
|
||||
}
|
||||
return opts
|
||||
end
|
||||
|
Reference in New Issue
Block a user