Russian: Fix for SlotMachine minigame buttons text

This commit is contained in:
OleSTEEP 2024-02-03 14:55:04 +03:00
parent 7840c69342
commit 287e663e72

View file

@ -1525,7 +1525,7 @@ function Window_ReplayCommand() {
var align = this.itemTextAlign(); var align = this.itemTextAlign();
this.resetTextColor(); this.resetTextColor();
this.changePaintOpacity(this.isCommandEnabled(index)); 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) { Window_SlotCommand.prototype.drawOptionBack = function(index, x) {