mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Increase max scale to 400% by request
This commit is contained in:
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user