Fix: best record display, replay button
This commit is contained in:
@@ -64,7 +64,8 @@ class ScreenBottom {
|
||||
}
|
||||
|
||||
printBottomLeftTextWithBestRecord(bestRecord) {
|
||||
let highScoreWithCommas = NumberUtil.numberWithCommas(bestRecord);
|
||||
let roundUpBestRecord = Math.round(bestRecord);
|
||||
let highScoreWithCommas = NumberUtil.numberWithCommas(roundUpBestRecord);
|
||||
this.printBottomLeftText("오늘의 최고 기록 : " + highScoreWithCommas);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user