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) IceHUD.IceCore:SetScale(v)
end, end,
min = 0.2, min = 0.2,
max = 2.0, max = 4.0,
step = 0.05, step = 0.05,
isPercent = true, isPercent = true,
order = 14, order = 14,

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
v1.14.21:
- Increased maximum scale/zoom to 400%, by request.
v1.14.20: v1.14.20:
- Added Winding Slitherdrake as recognized for the Dragonriding Vigor module - Added Winding Slitherdrake as recognized for the Dragonriding Vigor module

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
v1.14.21:
- Increased maximum scale/zoom to 400%, by request.
v1.14.20: v1.14.20:
- Added Winding Slitherdrake as recognized for the Dragonriding Vigor module - Added Winding Slitherdrake as recognized for the Dragonriding Vigor module