1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-14 19:05:15 +00:00

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)
{
spamUp = false;
spamDown = false;
spamLeft = false;
spamRight = false;
cursorConfirmed.visible = true;
cursorConfirmed.animation.play("idle", true);