mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 fix const effect with wisdom
This commit is contained in:
parent
c537571c71
commit
04566e53c5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ function ConstEffect (constEffectManager,cfg) {
|
|||
this.destroyTimmings = concat(cfg.destroyTimming || []);
|
||||
// this.triggerTimmings = concat(cfg.triggerTimming || []);
|
||||
this.cross = cfg.cross;
|
||||
this.wisdom = cfg.wisdom;
|
||||
this.condition = cfg.condition;
|
||||
this.action = cfg.action;
|
||||
this.fixed = !!cfg.fixed; // 表示只进行一次计算,此后不发生变化
|
||||
|
|
Loading…
Reference in a new issue