Add: space invaders game

This commit is contained in:
2018-05-10 19:09:43 +09:00
parent b524614220
commit ead099fc05
7 changed files with 158 additions and 5 deletions
+2 -3
View File
@@ -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";
},
}