fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.64k stars 118 forks source link

fix: fix drop of player inputs for multiple button events per frame. #886

Closed zicklag closed 8 months ago

zicklag commented 8 months ago

Whenever the same key or button had multiple input events that happend in the same frame, only the first event would be honored, leading to issues where the "release" events were not being picked up and buttons would get stuck in a "pressed" state.

Resolves: #882