Fix: HistoryText color
This commit is contained in:
@@ -28,9 +28,9 @@ HistoryText.prototype.makeRecordText = function(x, y) {
|
||||
|
||||
HistoryText.prototype.resetText = function(text) {
|
||||
text.text = "";
|
||||
text.fill = "#ffffcc";
|
||||
text.stroke = "#888888";
|
||||
text.strokeThickness = 2;
|
||||
text.fill = "#ffffaa";
|
||||
// text.stroke = "#888888";
|
||||
// text.strokeThickness = 2;
|
||||
};
|
||||
|
||||
HistoryText.prototype.reset = function() {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user