marcjmcdougall / zombie-bop

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

Game must pause until all resources are loaded #22

Closed marcjmcdougall closed 9 years ago

marcjmcdougall commented 9 years ago

On Android (and other small-processor-wielding devices), simply setting the same screen causes the game logic to process without a user being able to see what is going on.

Game drawing and logic updates (act/draw) should not occur until all the resources have been loaded for the game.