Heyas,
So I'm making this simple pachinko game.
The basic gameplay is that balls will fall down hitting pins and occasionally triggering scoring areas that award more balls.
All the balls and pins are CSGs with, Physics Mode: Rigid Body and Collision type: Prop.
Right now the balls fall, hit the pins and simply roll off.
Is there a way to adjust the physics properties of the pins and/or balls to get the balls to bounce a bit more when they hit the pins? Or perhaps the change the gravity of the balls?
Thanks in advance!
-can