marcjmcdougall / zombie-bop

A simple mobile game developed within the time constraints of 8 hours in Starbucks!
0 stars 0 forks source link

GameOverScreen appears abruptly. #27

Closed marcjmcdougall closed 9 years ago

marcjmcdougall commented 9 years ago

Currently, the game over screen simply silences the game render thread immediately and abruptly. Instead, it should slowly fade in over the render thread.

marcjmcdougall commented 9 years ago

This is almost finished. I just need to make sure that the animations in the game behind the "Game Over" screen also finish (see Issue #33 ).

marcjmcdougall commented 9 years ago

This is also related to Issue #32 . I need to make sure that the every asset is loaded beforehand (and preferably added to the stage invisibly).

marcjmcdougall commented 9 years ago

Consider also adding all the actors to the stage before drawing them.

marcjmcdougall commented 9 years ago

Issue was that the Actors were not added to the Stage before animating them, therefore there was a ton of lag.