jamesg31 / TowerGame

PyGame Tower ATC simulation.
GNU General Public License v3.0
6 stars 1 forks source link

Aircraft Positioning #23

Closed jamesg31 closed 2 years ago

jamesg31 commented 3 years ago

This is the main cause of #20, aircraft are actually being positioned by the top left corner and not the dot. This will need to be fixed somehow, we will need to use the reverse pixel to cood function to find how much to shift the coordinates down and across.