1.png (125.58 KB, 下载次数: 25)
Window_Base.prototype.drawItemName = function(item, x, y, width) { width = width || 312; if (item) { var iconBoxWidth = Window_Base._iconWidth + 4; this.resetTextColor(); this.drawIcon(item.iconIndex, x + 2, y + 2); //this.drawText(item.name, x + iconBoxWidth, y, width - iconBoxWidth); } };
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |