godot-wildlings / cyberpunk-jam-2019

https://itch.io/jam/cyberpunk-jam-2019
MIT License
2 stars 0 forks source link

when two movement buttons are pressed simultaneously, releasing one has unexpected consequences #25

Closed plexsoup closed 5 years ago

plexsoup commented 5 years ago

DoggieBalloon noticed this bug:

movement bug that occurs when Player spams Left and Right directional rapidly, making the character stuck in position.

I can reproduce this bug by holding down left and right at the same time, then releasing one of them. The player freezes and doesn't move as expected.

plexsoup commented 5 years ago

turning around works ok, but now you can jump infinitely.

plexsoup commented 5 years ago

This one should be solved. Refactored the player and added a state machine. But there's new bugs now.