gurkanctn/AltayTankGame

move the turret separate from the hull

Closed this issue · 2 comments

move the turret separate from the hull

Did a quick first implementation in a few minutes, but got a bit stuck when I wanted the tank to behave dynamically (when turning around / pivoting).

I have to choose the way:
a) the dirty way: using the previous quick-fixes about the sprite files' orientation. and just solving the dynamic pivoting.
b) the fair way: declaring top of the screen as North, and doing the necessary changes to the code (all artificial offset-values to headings in the existing code.)

solved on v1.5 onwards.