Prophets-of-Profit / Galactic-Rush-OLD

A game in space about destroying your enemies with programmable drones!
2 stars 0 forks source link

Replace all ClickListener with ChangeListener #41

Closed SaurabhTotey closed 6 years ago

SaurabhTotey commented 6 years ago

According to https://github.com/libgdx/libgdx/wiki/Scene2d.ui#changeevents, using ChangeListener would be preferred over using ClickListener for buttons.