Add: RecordBoard, HistoryBoard, RankingBoard

This commit is contained in:
2018-05-16 10:55:10 +09:00
parent c307c69d8b
commit 3ea38a097b
5 changed files with 69 additions and 4 deletions
+5 -4
View File
@@ -1,5 +1,5 @@
/////////////////////////////
// Start
// Result
class Result {
@@ -26,7 +26,8 @@ class Result {
this.printScore();
this.makeStartButton();
this.printRanking();
let recordBoard = new RecordBoard();
console.log(recordBoard);
// bottom
@@ -37,10 +38,10 @@ class Result {
screenBottom.printBottomCenterText(playingAppName);
screenBottom.printBottomRightText(sessionStorageManager.playerName);
this.loadHistoryRecords();
// this.loadHistoryRecords();
// this.loadTypingStageData();
this.loadRanking();
// this.loadRanking();
}
printScore() {