Fix: remove sessionStorageManager.resetAllAppData() for entering timer shortcut
This commit is contained in:
@@ -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" };
|
||||
|
||||
Reference in New Issue
Block a user