Skip to content

Commit

Permalink
turn on fade out in item tooltip by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Dec 12, 2023
1 parent 9cda1f0 commit 34390cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ItemTooltip(){
public static class HeldItemTooltipHUD extends SingleTextHud {

@Switch(name = "Fade Out")
private static boolean fadeOut = false;
private static boolean fadeOut = true;

@Switch(name = "Instant Fade")
private static boolean instantFade = false;
Expand Down

0 comments on commit 34390cc

Please sign in to comment.