Fix: show failed record in result, ranking
This commit is contained in:
@@ -70,7 +70,7 @@ RankingBoard.prototype.requestRanking = function(type) {
|
||||
|
||||
RankingBoard.prototype.onReceiveRankingData = function(type, rankingRecordManager) {
|
||||
if(rankingRecordManager.getCount() == 0) {
|
||||
console.log("ranking board - no data");
|
||||
// console.log("ranking board - no data");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ Result.prototype.printRecord = function() {
|
||||
scoreText.style.fill = MainColor.THISTLE_STRING;
|
||||
|
||||
var timeoverText = this.makeDefaultText(game.world.width / 2, 225);
|
||||
timeoverText.text = "== 제한 시간 초과 (기록 저장 안됨) ==";
|
||||
timeoverText.text = "== 제한 시간 초과 ==";
|
||||
timeoverText.fontSize = 50;
|
||||
timeoverText.setShadow(3, 3, 'rgba(0, 0, 0, 0.5)', 2);
|
||||
timeoverText.anchor.set(0.5);
|
||||
|
||||
Reference in New Issue
Block a user