jamesg31 / TowerGame

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

Minor Aircraft Movements while switching scenes #20

Closed AdamJCavanaugh closed 3 years ago

AdamJCavanaugh commented 3 years ago

When switching between asdex and radar scenes (using Ecs), the aircraft appear to be slightly "lower" in radar view than asdex.

jamesg31 commented 3 years ago

Just realized the reasoning for this, the coods for the runway where kinda just estimated using skyvector. This is just happening because the asdex uses the actual and fairly precise runway coordinates, but the runway doesnt. It isnt a problem with the aircraft position, but just the runway location. I never got around to fixing it!