-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: You can spam select a song in the freeplay menu #3562
Comments
kinda working on this |
You can also spam the character select transition if you spam fast enough. |
should be an easy fix should simply be replaced with if (accepted && !busy)
{
busy = true;
grpCapsules.members[curSelected].onConfirm();
} but for some reason it's not working for me!!!! same with the character select transition! |
is even the more weird because onConfirm() will call another function that sets busy to true, so the !busy condition would work, that's so weird |
for the life of me i can't seem to fix this |
#3866 fixes this |
i once tried to fix it but struggled, glad it'll be fixed now |
Issue Checklist
Platform
Itch.io (Downloadable Build) - Windows
Browser
None
Version
0.5.1
Description (include any images, videos, errors, or crash logs)
On songs with alternate instrumentals, you can spam the select key. Boyfriend's new character animation doesn't affect this behavior.
This one honestly makes me chuckle.
Fresh
FRESH.mp4
Monster
Monster.mp4
Steps to Reproduce
The text was updated successfully, but these errors were encountered: