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:
parent
f61789e453
commit
dbf66ac250
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue