Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
Cambio de Menu por GameOver
  • Loading branch information
swbvelasquez committed Oct 24, 2015
1 parent 41c7ee1 commit 7724049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ var game = new Phaser.Game(15 * 32, 9 * 32, Phaser.AUTO);
game.state.add('Boot', Boot);
game.state.add('Preloader', Preloader);
game.state.add('Intro', Intro);
game.state.add('Menu', Menu);
game.state.add('GameOver', GameOver);
game.state.add('Game', Game);
game.state.start('Boot');
game.state.start('Boot');

0 comments on commit 7724049

Please sign in to comment.