ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Task: Reorganize UI to make use of Game state passed as a parameter rather than static classes #60

Closed ppebb closed 6 months ago

ppebb commented 6 months ago

Currently, UI uses static classes for things such as input and switching scenes, when instead it would be better to pass game state as a parameter.

Addresses story #6

ppebb commented 6 months ago

Addressed by pr #61