Hi guys I would like to create an effect where once the player has killed an enemy some coins will spawn and will bounce and eventually stop and land on the floor but it has t look realistic please help!
Develop games in your browser. Powerful, performant & highly capable.
You can try bullet behavior with gravity and bounce off solids. Increase Bullet.Gravity after each collision with the floor.
Or you can try physics.
Or maybe some combination of sine, tween, bullet etc.