Skip to content

Commit

Permalink
increase default size
Browse files Browse the repository at this point in the history
  • Loading branch information
olim88 committed Oct 17, 2024
1 parent e4da759 commit c737ba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public static class HealthBars {
public boolean enabled = true;

@SerialEntry
public float scale = 1f;
public float scale = 1.5f;

@SerialEntry
public boolean removeHealthFromName = true;
Expand Down

0 comments on commit c737ba6

Please sign in to comment.