Gold Acquired

This commit is contained in:
onms 2025-10-23 17:36:54 -05:00
parent bcc5fc82a3
commit 8212f2f985

View file

@ -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, 'を手に入れた!', -1, infoColor, font);
TextRenderer.drawKeywordText(x + 57, y + 6, 'old Acquired!', -1, infoColor, font);
};