Hi
I'm making a game with the player automatically moving to the right. My problem is, when the player collides with a wall, he is going INTO it. But I want him to go ON it. Do you know how I can do that ?
Thank you !
Develop games in your browser. Powerful, performant & highly capable.
have you tried doing something like
player > on collision with wall > player moves to co-ordinate *
if you get what i mean. you could also add solid/jump-thru behavior to wall, if you havnt already.
*above wall
It works !
Thank you so much :D
:D ur welcome!