Stefan4472 / GalaxyRun

A space-themed infinite runner for Android
GNU General Public License v3.0
0 stars 0 forks source link

Refactor UI #171

Open Stefan4472 opened 1 year ago

Stefan4472 commented 1 year ago

We want to split the UI events+update logic out from GameEngine and into GameRunner, because it's something that should be handled generically. Also, the way that the UI is updated (via UpdateContext) is overly complicated.

Stefan4472 commented 1 year ago

Related to #169 because we will be pulling some logic out of GameEngine.