去掉原先spine 英雄怪物
This commit is contained in:
@@ -61,12 +61,12 @@ export class BuffComp extends Component {
|
||||
if(this.wind_cd <= 0 && this.node.getChildByName("wind").active){
|
||||
this.node.getChildByName("wind").active = false;
|
||||
}
|
||||
if(this.timer.update(deltaTime)){
|
||||
this.timer.reset()
|
||||
this.show_buff(this.buff_keys[this.key_index])
|
||||
this.key_index++
|
||||
if(this.key_index>=this.buff_keys.length) this.key_index=0
|
||||
}
|
||||
// if(this.timer.update(deltaTime)){
|
||||
// this.timer.reset()
|
||||
// this.show_buff(this.buff_keys[this.key_index])
|
||||
// this.key_index++
|
||||
// if(this.key_index>=this.buff_keys.length) this.key_index=0
|
||||
// }
|
||||
|
||||
// this.in_speek(deltaTime)
|
||||
// this.vmdata_update()
|
||||
|
||||
Reference in New Issue
Block a user