187| 3
|
[有事请教] 【求助】如何修改【战斗选中的白闪频率与闪烁强度】 |
30星屑
最佳答案可能是这个,但是我没测试过,保存为.js,你可以把64改成100,30改20试试看
Sprite_Battler.prototype.updateSelectionEffect = function() {
const target = this.mainSprite();
if (this._battler.isSelected()) {
this._selectionEffectCount++;
if (this._selectionEffectCount % 30 < 15) {
target.setBlendColor([255, 255, 255, 64]);
} else {
target.setBlendCo ...
| ||
| ||
B站:传送门
----------------------------------------------------------------------- “与其为做不到的事耿耿于怀,不如为自己做到的事而喜悦 吧!” ----------------------------------------------------------------------- |
||
| ||
| ||
B站:传送门
----------------------------------------------------------------------- “与其为做不到的事耿耿于怀,不如为自己做到的事而喜悦 吧!” ----------------------------------------------------------------------- |
||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-11 04:00
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.