jamesg31 / TowerGame

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

aircraft on_click #13

Closed jamesg31 closed 3 years ago

jamesg31 commented 3 years ago

Adds an on_click function to the Aircraft class that is called when an aircraft is clicked on.

Closes #1