RichardMarks / coin-collector-mobile

MIT License
0 stars 1 forks source link

game over scene #21

Closed RichardMarks closed 6 years ago

RichardMarks commented 6 years ago

we need some sort of game over scene for the game

we need some kind of way to tally up the user's score and return to the title scene from this scene

at a minimum we need to update and render the scene

proc updateGameOverScene(scene: Scene, deltaTime: float) proc renderGameOverScene(scene: Scene, deltaTime: float)