角色动画 确定

This commit is contained in:
walkpan
2024-08-26 07:33:26 +08:00
parent 68d7077e56
commit 4f96558d36
111 changed files with 54661 additions and 1391 deletions

View File

@@ -78,9 +78,7 @@ export class Hero extends ecs.Entity {
mv.change_name(smc.heros[uuid].name,1)
this.add(mv);
}
push_monsters_in(uuid:number=1001,eid:number=0){
smc.monsters_in.push({name:smc.heros[uuid].name,eid:eid})
}
}