Skip to content

Commit

Permalink
Stop input spam on character select
Browse files Browse the repository at this point in the history
  • Loading branch information
ACrazyTown authored and ninjamuffin99 committed Sep 30, 2024
1 parent 6cd1dec commit 2586073
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 2586073

Please sign in to comment.