Skip to content

Commit

Permalink
make it more clear what the hp bar transparency means
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Oct 4, 2024
1 parent 9203013 commit 13bfb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/options/VisualsUISubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class VisualsUISubState extends BaseOptionsMenu
addOption(option);

var option:Option = new Option('Health Bar Transparency',
'How much transparent should the health bar and icons be.',
'How transparent should the health bar and icons be?\n(0% = fully opaque, 100% = fully visible!)',
'healthBarAlpha',
'percent',
1);
Expand Down

0 comments on commit 13bfb2c

Please sign in to comment.