Skip to content

Commit

Permalink
Reduce default text scale to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jul 27, 2024
1 parent 2487cd3 commit 98c6f15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public class Config {
public static final double defaultScale = 1.0F;
public double scale = defaultScale;

public static final double defaultPotencyScale = 1.0F;
public static final double defaultPotencyScale = 0.7F;
public double potencyScale = defaultPotencyScale;

public static final double defaultTimerScale = 1.0F;
public static final double defaultTimerScale = 0.7F;
public double timerScale = defaultTimerScale;

public static final boolean defaultPotencyEnabled = true;
Expand Down

0 comments on commit 98c6f15

Please sign in to comment.