Skip to content

Commit

Permalink
fix: Stop allowing inputs after selecting a character
Browse files Browse the repository at this point in the history
  • Loading branch information
ACrazyTown authored and ninjamuffin99 committed Oct 4, 2024
1 parent f61789e commit dbf66ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/funkin/ui/charSelect/CharSelectSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit dbf66ac

Please sign in to comment.