I would like the particles to be emitted in the direction of the sphere that hit the object. Currently it is the other way around.
Currently, the ball strikes from the left and the particles emits from the right
Develop games in your browser. Powerful, performant & highly capable.
You can set particle angle = bullet.Angle + 180
Thanks Much now its ok ;-)