Increase max scale to 400% by request

This commit is contained in:
Parnic
2023-05-12 22:17:27 -05:00
parent 8cd7c4b044
commit 37108d3487
3 changed files with 9 additions and 1 deletions

View File

@ -161,7 +161,7 @@ The Classic game client doesn't provide this information to addons because it wa
IceHUD.IceCore:SetScale(v)
end,
min = 0.2,
max = 2.0,
max = 4.0,
step = 0.05,
isPercent = true,
order = 14,