Russian: Fix for SlotMachine minigame buttons text
This commit is contained in:
parent
7840c69342
commit
287e663e72
1 changed files with 1 additions and 1 deletions
|
@ -1525,7 +1525,7 @@ function Window_ReplayCommand() {
|
|||
var align = this.itemTextAlign();
|
||||
this.resetTextColor();
|
||||
this.changePaintOpacity(this.isCommandEnabled(index));
|
||||
this.drawText(this.commandName(index), rect.x + 24, rect.y + 2, rect.width, 'left');
|
||||
this.drawText(this.commandName(index), rect.x + 12, rect.y + 2, rect.width, 'left');
|
||||
};
|
||||
|
||||
Window_SlotCommand.prototype.drawOptionBack = function(index, x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue