#how to i make a character bounce when turning around 180 degrees in a 2d game?
4 messages · Page 1 of 1 (latest)
I'd make specific walls scene the player can bounce of. and then just use the on body entered signal. turn their velocity.x around by multiplying with -1 and adding some velocity.y to make sure he's "bouncing"