mkulagowski / AsteroidShooter

Simple top-down 3rd person view shooter. Little and simple project to learn more about game designing.
0 stars 0 forks source link

Change place of projectiles creation #6

Open mkulagowski opened 8 years ago

mkulagowski commented 8 years ago

In OGL-part of the project the projectiles are created in the location of the player, then are moved more-or-less in front of the ship and initialized.

It's basically a very horrible way of doing this. The player should have a point added at which the projectiles will be created, located at the nose of the ship.

It ought to NOT collide, yet be moved by the Bullet along with the ship.