Add: space invaders game
This commit is contained in:
@@ -59,7 +59,7 @@ let Start = {
|
||||
|
||||
loadHistoryRecords: function() {
|
||||
this.historyRecordManager.clear();
|
||||
|
||||
|
||||
this.historyRecordManager.push(new HistoryRecordData("05/10", 15460));
|
||||
this.historyRecordManager.push(new HistoryRecordData("05/11", 13040));
|
||||
this.historyRecordManager.push(new HistoryRecordData("05/12", 16460));
|
||||
@@ -122,8 +122,7 @@ let Start = {
|
||||
},
|
||||
|
||||
startStage: function() {
|
||||
console.log("startStage");
|
||||
// this.startState('TypingTestStage');
|
||||
location.href = "../../web/client/" + sessionStorageManager.playingAppName + ".html";
|
||||
},
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user