mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Extended scale range to 0.2-2.0 by request
This commit is contained in:
@ -152,8 +152,8 @@ Blizzard added a "Personal Resource Display" feature in the 7.0 game client. You
|
|||||||
set = function(info, v)
|
set = function(info, v)
|
||||||
IceHUD.IceCore:SetScale(v)
|
IceHUD.IceCore:SetScale(v)
|
||||||
end,
|
end,
|
||||||
min = 0.5,
|
min = 0.2,
|
||||||
max = 1.5,
|
max = 2.0,
|
||||||
step = 0.05,
|
step = 0.05,
|
||||||
isPercent = true,
|
isPercent = true,
|
||||||
order = 14,
|
order = 14,
|
||||||
|
Reference in New Issue
Block a user