fishfolk / jumpy

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

fix: Kick Bomb can't be used #896

Closed nelson137 closed 9 months ago

nelson137 commented 9 months ago

While working on the jellyfish I noticed that the kick bomb wasn't working.

When spawned they didn't get an ElementHandle component (or MapElementHydrated). Without an element handle the update_idle_kick_bombs system always skipped over them, preventing them from being used.