Is there a way for mario to jump up a little when jumping on goombas without using the bouncein the object physics section?

if there is let me know!

1 Like

When the player collides with the goombah send a number into an impulse.
It should look something like this.
goombah

does the goomba have to have a different collision shape for this to work?

Nope, It should work regardless of the goombahs collision box shpe.

it works, thank you!