jamesg31 / TowerGame

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

Aircraft GUI Selection Issues #35

Closed jamesg31 closed 2 years ago

jamesg31 commented 2 years ago

The GUI gets all messed up when you select an aircraft on top of another aircraft. I suspect this is because it adds the new GUI without closing the previous GUI. Need to make sure only one GUI can be selected.

jamesg31 commented 2 years ago

Duplicate of #32