动画重做,需要修改

This commit is contained in:
2024-11-29 13:36:06 +08:00
parent baf0717b0a
commit 8d97e1b3e0
46 changed files with 6757 additions and 9 deletions

View File

@@ -271,11 +271,11 @@ export class HeroViewComp extends CCComp {
this.status=type
if(type == "idle"){
this.as.idle()
this.as.change_default("idle")
// this.as.change_default("idle")
}
if(type == "move"){
this.as.move()
this.as.change_default("move")
// this.as.change_default("move")
}
}
move(dt: number){