-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Jellyfish v2 #898
feat: Jellyfish v2 #898
Conversation
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. |
@zicklag are you holding down the use/fire button? When you let go you lose control. |
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. |
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 |
82f2853
to
68c6e3e
Compare
That's fixed, let me know if you find anything else off! |
I think it's good enough to merge! |
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
CameraSubject
componentTransform
andKinematicBody
to work properlyToDo
Try to get the jellyfish on the player's head(will handle in another PR for cosmetic changes)