Skip to content

Commit

Permalink
Update SongSelectState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Dec 6, 2024
1 parent aaa4936 commit 414f3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/SongSelectState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class SongSelectState extends ExtendableState {
lockInputs = false;
titleTxt.color = FlxColor.WHITE;
titleTxt.text = songListData.songs[currentIndex].name;
panelTxt.text = Localization.get("scoreTxt") + lerpScore "(" + ratingSplit.join('.') + "%)" + " // " + Localization.get("diffTxt")
panelTxt.text = Localization.get("scoreTxt") + lerpScore + "(" + ratingSplit.join('.') + "%)" + " // " + Localization.get("diffTxt")
+ Std.string(songListData.songs[currentIndex].diff) + "/5";
tinyTxt.text = Localization.get("tinyGuide");
changeSelection();
Expand Down

0 comments on commit 414f3f9

Please sign in to comment.