We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507b459 commit 44150faCopy full SHA for 44150fa
js/rpg_windows/Window_Options.js
@@ -52,7 +52,7 @@ Window_Options.prototype.drawItem = function(index) {
52
this.resetTextColor();
53
this.changePaintOpacity(this.isCommandEnabled(index));
54
this.drawText(this.commandName(index), rect.x, rect.y, titleWidth, 'left');
55
- this.drawText(this.statusText(index), titleWidth, rect.y, statusWidth, 'right');
+ this.drawText(this.statusText(index), rect.x+titleWidth, rect.y, statusWidth, 'right');
56
};
57
58
Window_Options.prototype.statusWidth = function() {
0 commit comments