Add a preloader bar

This commit is contained in:
2014-06-15 20:40:45 -07:00
parent daf69a7f9a
commit a51fd12993

View File

@@ -997,7 +997,7 @@ GameState.prototype.preload = function()
try { try {
if ( typeof game.cache.getImage('preloader') !== undefined ) if ( typeof game.cache.getImage('preloader') !== undefined )
break; break;
} catch { } catch(e) {
continue; continue;
} }
} }