Gold Acquired
This commit is contained in:
parent
bcc5fc82a3
commit
8212f2f985
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ GoldChangeNoticeView.drawNoticeViewContent = function(x, y) {
|
|||
var n = this._gold;
|
||||
var width = TextRenderer.getTextWidth(text, font) + 5;
|
||||
NumberRenderer.drawRightNumber(x + 2, y + 7, n);
|
||||
TextRenderer.drawKeywordText(x + 57, y + 6, 'Gを手に入れた!', -1, infoColor, font);
|
||||
TextRenderer.drawKeywordText(x + 57, y + 6, 'Gold Acquired!', -1, infoColor, font);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue