Fix: HistoryText color

This commit is contained in:
2019-06-09 00:48:43 +09:00
parent f84a917b62
commit 976dc1a4ac
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ RecordBoard.prototype.printRecordBoardHeader = function() {
bar.beginFill(0x444444);
bar.drawRect(0, posY, game.world.width, RecordBoard.HEADER_BAR_HEIGHT_PX);
var style = { font: "32px Arial", fill: "#ffc", align: "left", boundsAlignH: "center", boundsAlignV: "middle" };
var style = { font: "32px Arial", fill: "#ffa", align: "left", boundsAlignH: "center", boundsAlignV: "middle" };
this.printHeader(posX, posY, "최근의 내 기록", style);
posX = 285;