Skip to content
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

Mouse Right Click makes the player not stop previous held button #28

Open
Washiii opened this issue Jul 8, 2024 · 2 comments
Open

Mouse Right Click makes the player not stop previous held button #28

Washiii opened this issue Jul 8, 2024 · 2 comments

Comments

@Washiii
Copy link

Washiii commented Jul 8, 2024

Hello, while testing the game I found an issue where while holding any movement key (W, A, S or D) and pressing Right Click (MB3) makes the player not able to stop the action he was performing.

If done multiple times for the same key it can add some speed up, I wasn't able to go to fast on the example, neither testing, but I think it is possible to get unlimited speed with this bug, therefore abusing some gameplay aspect in the future.

You can stop the bug yourself by doing the opposite action again an equal amount of times you did, for example, doing 3 times to the left (A) then 3 times to the right (D) would stop the bug and the player would comeback to normal.

2024-07-08.19-03-10_3.mp4

I miss abusing this on flash games

@Washiii
Copy link
Author

Washiii commented Jul 8, 2024

I just found out a few things about this bug, pressing TAB also works.

And to stop the movement you just the the "release" event for the key, so you don't need to counter it with opposite commands. You also can't stack it sadly.

@rexim
Copy link
Member

rexim commented Jul 9, 2024

Yeah, the control handling is pretty rudimentary, we will fix it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants