lazd / DuneBuggy

A 3D multiplayer dune buggy battle game written entirely in JavaScript
Other
10 stars 5 forks source link

Bullets #2

Closed lazd closed 11 years ago

lazd commented 11 years ago

Bullets should fire from the turret in the direction the turret is pointing.

lazd commented 11 years ago

39bbb64d4746b0bbc64776ec394d472410fad260 correctly positions bullets and gives them the correct velocity, removes bullets when they collide.

lazd commented 11 years ago

This is working as expected, closing this issue.