Optim: better management of numbers display

This commit is contained in:
Fabrice Ecaille
2013-10-17 18:09:15 +02:00
parent 41dadb629f
commit bf14aad612
2 changed files with 22 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ Game = {
SCOREBOARD.init();
SCOREBOARD.set_score( Game.score );
$("#level").append(Game.wave_index + 1).lettering();
updateLevel(Game.wave_index + 1);
Game.setShip();