1303| 7
|
[有事请教] 纯小白,想问下怎么让状态栏的敏捷和幸运放在攻击防御..... |
10星屑
最佳答案Window_EquipStatus.prototype.drawAllParams = function() {
let a = [2,3,6,7,4,5]; // 强行指定顺序,默认是2,3,4,5,6,7(0和1是最大hp/mp)
for (let i = 0; i < 6; i++) {
const x = this.itemPadding();
const y = this.paramY(i);
this.drawItem(x, y, a); // 读取上面指定的顺序,而不是默认的 2+i
}
};
上述函数位于rmmz_windows.js的第2523行左右,有注释的两行为新增或修改内容。 ...
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-10 21:22
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.