Skip to content

Commit

Permalink
restored level order
Browse files Browse the repository at this point in the history
  • Loading branch information
Veronika Kravchenko committed Aug 17, 2018
1 parent fbdf152 commit 478a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/title.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 478a4e2

Please sign in to comment.