From 287e663e7217bfd2ce38ee05c5e025bd3a97dbd6 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Sat, 3 Feb 2024 14:55:04 +0300 Subject: [PATCH] Russian: Fix for SlotMachine minigame buttons text --- www.rus/js/plugins/SlotMachine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.rus/js/plugins/SlotMachine.js b/www.rus/js/plugins/SlotMachine.js index 44022cd..e15402b 100644 --- a/www.rus/js/plugins/SlotMachine.js +++ b/www.rus/js/plugins/SlotMachine.js @@ -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) {