Fix: HTML description for search engine

This commit is contained in:
2018-12-04 21:00:34 +09:00
parent 458b48bcf5
commit 7a64a7035f
22 changed files with 63 additions and 59 deletions
+4 -11
View File
@@ -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