godot-wildlings / cyberpunk-jam-2019

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

player sometimes gets stuck after repeatedly climbing or dropping #70

Closed plexsoup closed 5 years ago

plexsoup commented 5 years ago

In aac2a87 - new climbing animation, new backdrop on PoorQuarter.tscn. Some BUGS There's a new bug. The player sometimes gets stuck after climbing or dropping rapidly (repeatedly).

I suspect it has to do with the state changing before the platform's collision bits get turned back on.

plexsoup commented 5 years ago

solved in 566d16e - fixed rapid drop/climb bug moved collision bit flipping into climb.deactivate() instead of yielding for it.