Add: RecordBoard, HistoryBoard, RankingBoard
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user