Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 71b515d

Browse files
committed
hotfix!!!!!!!!!!!!!!!!!
1 parent 2525167 commit 71b515d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ class PlayState extends MusicBeatState
864864
songTxt.visible = false;
865865
}
866866
add(songTxt);
867+
songTxt.text = curSong + " (" + storyDifficultyText + ") " + "| OS " + MainMenuState.osEngineVesrion;
867868

868869
botplayTxt = new FlxText(400, timeBarBG.y + 55, FlxG.width - 800, "BOTPLAY", 32);
869870
botplayTxt.setFormat(Paths.font("vcr.ttf"), 32, FlxColor.WHITE, CENTER, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
@@ -1934,7 +1935,6 @@ class PlayState extends MusicBeatState
19341935

19351936
FlxTween.tween(laneunderlay, {alpha: ClientPrefs.underlaneVisibility}, 0.5, {ease: FlxEase.quadOut});
19361937
FlxTween.tween(laneunderlayOp, {alpha: ClientPrefs.opponentUnderlaneVisibility}, 0.5, {ease: FlxEase.quadOut});
1937-
songTxt.text = curSong + " (" + storyDifficultyText + ") " + "| OS " + MainMenuState.osEngineVesrion;
19381938
}, 5);
19391939
}
19401940
}

0 commit comments

Comments
 (0)