Fix: remove sessionStorageManager.resetAllAppData() for entering timer shortcut

This commit is contained in:
2018-12-20 18:25:02 +09:00
parent e66c1eec2b
commit 90b3748c0f
+1 -1
View File
@@ -1,7 +1,7 @@
var Login = {
create: function() {
sessionStorageManager.resetAllAppData();
// sessionStorageManager.resetAllAppData();
this.game.stage.backgroundColor = '#4d4d4d';
this.textStyle = { font: "bold 32px Arial", fill: "#fff", align: "right", boundsAlignH: "right", boundsAlignV: "middle" };