Skip to content

Commit

Permalink
fixed lvl1-lvl2 transition while endgame = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Veronika Kravchenko committed Aug 17, 2018
1 parent 478a4e2 commit 7b54db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/play2.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var playState2 = {
counter: null,
create: function(){
var self = this;
endGame = false;
game.input.gamepad.start();
pad1 = game.input.gamepad.pad1;
game.input.onDown.add(dump, this);
Expand Down

0 comments on commit 7b54db5

Please sign in to comment.