Add: lowest is prefered app - highest record, ranking sorting sequence
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
function RecordBoard(type) {
|
||||
function RecordBoard(dataType) {
|
||||
this.chartGraphics = game.add.graphics(0, 0);
|
||||
|
||||
this.printRecordBoardHeader();
|
||||
this.printSeperator();
|
||||
|
||||
var historyBoard = new HistoryBoard(type);
|
||||
var rankingBoard = new RankingBoard(type);
|
||||
var historyBoard = new HistoryBoard(dataType);
|
||||
var rankingBoard = new RankingBoard(dataType);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user