Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Oct 6, 2024
1 parent 800637e commit 311aa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/play/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ class PlayState extends MusicBeatSubState
timingText.cameras = [camHUD];
timingText.screenCenter();
timingText.alpha = 0;
hitTime.zIndex = 805;
timingText.zIndex = 805;
add(timingText);

var healthBarYPos:Float = Preferences.downscroll ? FlxG.height * 0.1 : FlxG.height * 0.9;
Expand Down

0 comments on commit 311aa4a

Please sign in to comment.