diff --git a/js/title.js b/js/title.js index 65db085..7939618 100644 --- a/js/title.js +++ b/js/title.js @@ -71,7 +71,7 @@ var titleState = { function(){ titlebgm.fadeOut(1000); titlebgm.stop(); - game.state.start('instructions2', true, false); + game.state.start('instructions1', true, false); },this); // self.input.activePointer.capture = true;