| 赞 | 0 |
| VIP | 0 |
| 好人卡 | 0 |
| 积分 | 22 |
| 经验 | 0 |
| 最后登录 | 2026-5-12 |
| 在线时间 | 225 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 2192
- 在线时间
- 225 小时
- 注册时间
- 2018-4-23
- 帖子
- 121
|
7楼

楼主 |
发表于 2022-11-7 03:51:19
|
只看该作者
同样在这个文档里找到以下字段:
Window_Base.prototype.drawItemName = function(item, x, y, width) {
width = width || 624;
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);
}
};
把里面的312改大就行了。 按照这个操作了 改成了624无效 不知道为什么截图无法上传 我只能文字描述一下了 |
|