Skip to content

Commit

Permalink
Fix Default Scale
Browse files Browse the repository at this point in the history
  • Loading branch information
machiecodes committed Jan 10, 2025
1 parent 37575fa commit e431ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class ArmorHud extends HudElement {
.name("scale")
.description("Custom scale.")
.visible(customScale::get)
.defaultValue(1)
.defaultValue(2)
.min(0.5)
.sliderRange(0.5, 3)
.onChanged(val -> calculateSize())
Expand Down

0 comments on commit e431ee2

Please sign in to comment.