Bouncy objects?

Does anyone know how to make a bouncy object, like it bounces the player in the air upon collision?

there’s actually a slider for “bounce” on objects. it should do what you need.

1 Like

Check out what @F3Art said. If that isn’t quite what you want, you can try this as code:

On a collision with the object you want to be bouncy, make the player have an impulse in the -Y direction, which corresponds to up.

I recommend playing around with the bounce setting in the object.

This game uses the Flowlab physics engine to work: