Sherwoodwt / SpaceGame

Just a Space game written in Java
1 stars 0 forks source link

Bullet Position #1

Closed Sherwoodwt closed 8 years ago

Sherwoodwt commented 8 years ago

Bullets currently initialize at the top left corner of the ship box.

Should initialize at top center.

Sherwoodwt commented 8 years ago

Partially finished. Ship rotation during draw does not account for bullet position, so bullets come out of the side instead of the front.

Maybe override draw in ship and draw bullets in the ships draw method between rotations.