Help!
TYH
Member Posts: 9
I am making a RPG game but it can't work. I want to restrict the characters to a path with walls. But when the characters collide with the wall the wall and the character will bounce all over the place and out of the screen. How to prevent them form bouncing all over the place?
Comments
You need to open the physics attributes of both actors and set their bounciness setting to something fairly low, the range is from 0 to 1, the default value is 1, so try setting them to something like 0.2.
Thanks it works now
Thank you very much