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

feat: Jellyfish v2 #898

Closed nelson137 closed 8 months ago

nelson137 commented 8 months ago

Take 2 🎬 this is the second iteration of the Jellyfish item, based on Duck Game's RC Controller.

More tweaks may come in follow-up PRs

Notable Changes from v1

ToDo

zicklag commented 8 months ago

FYI I merged your other PR so you'll need to rebase.

Also, when testing this, it seems that you can't control the jellyfish anymore. The jellyfish spawns when you activate the item, but the player is still moving normally.

nelson137 commented 8 months ago

@zicklag are you holding down the use/fire button? When you let go you lose control.

zicklag commented 8 months ago

Ohhhh, I haven't red the wiki page yet. That's actually really cool. And you got collisions working well, it even interacts with sproingers which is fun. :)

In that case, all we need is the rebase.

nelson137 commented 8 months ago

Earlier I discovered that if you stop driving while the jellyfish is on a spoinger it goes flying up in the air.... I'll need to fix that, I think it's not clamping the y velocity when no one's driving

nelson137 commented 8 months ago

That's fixed, let me know if you find anything else off!

zicklag commented 8 months ago

I think it's good enough to merge!