UQdeco2800 / 2021-studio-7

6 stars 2 forks source link

Timer refactoring. Bug fix when timer reaches zero. #159

Closed Jantoom closed 3 years ago

Jantoom commented 3 years ago

Cleaned up the code in MainGameTimerDisplay so it is easier to understand.

Closes issue #157. Screen transitions should conceptually only be handled by the current ScreenAdapter instance, which ensures no errors along the stack could possibly happen.