fix: Stop allowing inputs after selecting a character

This commit is contained in:
ACrazyTown 2024-09-20 18:13:17 +02:00 committed by Cameron Taylor
parent f61789e453
commit dbf66ac250

View file

@ -796,6 +796,11 @@ class CharSelectSubState extends MusicBeatSubState
if (allowInput && !pressedSelect && controls.ACCEPT) if (allowInput && !pressedSelect && controls.ACCEPT)
{ {
spamUp = false;
spamDown = false;
spamLeft = false;
spamRight = false;
cursorConfirmed.visible = true; cursorConfirmed.visible = true;
cursorConfirmed.animation.play("idle", true); cursorConfirmed.animation.play("idle", true);