adjust background z-index so it's in front of healthbar

This commit is contained in:
Lucy 2024-05-09 23:08:35 -04:00
parent 6a0c8cf8fb
commit fb6fdf4be1
1 changed files with 1 additions and 1 deletions

View File

@ -1749,7 +1749,7 @@ class PlayState extends MusicBeatSubState
// Position the background slightly offset from the strumbar for a bit of padding
strumlineBackground.x = (FlxG.width / 2 + Constants.STRUMLINE_X_OFFSET) - 15;
strumlineBackground.y = 0;
strumlineBackground.zIndex = 999;
strumlineBackground.zIndex = 600; // Renders beneath the health bar
strumlineBackground.cameras = [camHUD];
if (!PlayStatePlaylist.isStoryMode)