This commit is contained in:
2024-09-04 14:31:45 +08:00
parent 56ab1fab29
commit ad52a9ad9c
12 changed files with 2194 additions and 2026 deletions

View File

@@ -236,7 +236,7 @@ export class MonsterViewComp extends CCComp {
this.as.atk();
this.scheduleOnce(()=>{
this.shoot(this.skill_uuid);
},0.2)
},0.4)
}
}else{
this.atk_time += dt;