Fix: HTML description for search engine
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
var Game = {
|
||||
|
||||
preload: function() {
|
||||
game.stage.disableVisibilityChange = true;
|
||||
},
|
||||
// preload: function() {
|
||||
// game.stage.disableVisibilityChange = true;
|
||||
// },
|
||||
|
||||
create: function() {
|
||||
game.physics.enable(this, Phaser.Physics.ARCADE);
|
||||
@@ -60,14 +60,7 @@ var Game = {
|
||||
screenTopUI.makeBackButton( (function() { this.back(); }).bind(this) );
|
||||
screenTopUI.makeFullScreenButton();
|
||||
|
||||
this.stopWatch = new StopWatch(
|
||||
60, // sec
|
||||
(function() {
|
||||
this.setClickEnable(false);
|
||||
|
||||
this.gameOver();
|
||||
}).bind(this)
|
||||
);
|
||||
this.stopWatch = new StopWatch(game);
|
||||
|
||||
|
||||
// bottom ui
|
||||
|
||||
Reference in New Issue
Block a user