Skip to content

Commit

Permalink
Update ResetScoreSubState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Sep 21, 2023
1 parent c92ed29 commit ae3898f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meta/substate/ResetScoreSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ResetScoreSubState extends MusicBeatSubstate
alphabetArray.push(text);
text.alpha = 0;
add(text);
var text:Alphabet = new Alphabet(0, text.y + 90, name, true);
var text:Alphabet = new Alphabet(0, text.y + 90, name + "?", true);
text.scaleX = tooLong;
text.screenCenter(X);
if(week == -1) text.x += 60 * tooLong;
Expand Down

0 comments on commit ae3898f

Please sign in to comment.