Add: print temp data for ranking board

This commit is contained in:
2018-05-16 11:04:34 +09:00
parent 3ea38a097b
commit 6d27a45a26
2 changed files with 167 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ class RecordBoard {
this.chartGraphics = game.add.graphics(0, 0);
this.printRecordBoardHeader();
let rankingBoard = new RankingBoard();
}