1805| 4
|
[有事请教] 如何在战斗中角色死亡时打开对应开关 |
10星屑
最佳答案这个就是增加状态的function stateId=数据库里面状态的id
为什么需要 switch case?
Game_Battler.prototype.addState = function(stateId) {
if (this.isStateAddable(stateId)) {
if (!this.isStateAffected(stateId)) {
this.addNewState(stateId);
this.refresh();
}
this.resetStateCounts(stateId);
this._result.pushAddedState(stateId);
}
};
这里就 ...
| ||
云儿愿为一只鸟,鸟儿愿为一朵云。
|
||
| ||
| ||
| ||
云儿愿为一只鸟,鸟儿愿为一朵云。
|
||
| ||
云儿愿为一只鸟,鸟儿愿为一朵云。
|
||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-27 22:27
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.