装备添加

This commit is contained in:
panfudan
2025-06-08 23:16:40 +08:00
parent 63f4d1067e
commit 094b55f349
50 changed files with 20810 additions and 62152 deletions

View File

@@ -99,7 +99,7 @@ export class MissionHeroCompComp extends CCComp {
let hero = ecs.getEntity<Hero>(Hero);
let scale = 1
let pos:Vec3 = this.start_pos[fight_pos].pos;
console.log("hero load0",pos,this.start_pos)
// console.log("hero load0",pos,this.start_pos)
hero.load(pos,scale,uuid,info,fight_pos);
oops.message.dispatchEvent(GameEvent.HeroSelectEnd)
this.current_hero_uuid=0