I have a player character and I would like him to fire bullets, one each second.
It's a top down view, no gravity.
I've been doing it with SetLinearVelocity() and ApplyLinearImpulse() and the object moves, but I can't control the speed.
How can I control the speed of the bullets?