0

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?

4

1 に答える 1

1

ここですでに答えを見つけているようです: http://www.box2d.org/forum/viewtopic.php?f=3&t=5852&p=27016

于 2010-11-08T18:32:53.350 に答える