技能动画 继续完善

This commit is contained in:
panw
2025-01-10 16:50:18 +08:00
parent 58fa6e0aa3
commit 56832c41fe
52 changed files with 786 additions and 695 deletions

View File

@@ -14,7 +14,7 @@ export class timedCom extends Component {
}
update(deltaTime: number) {
this.time = this.time - deltaTime;
this.time -= deltaTime;
if(this.time <= 0)
{
this.node.destroy()