技能移动修改

This commit is contained in:
2024-08-21 14:10:17 +08:00
parent 3f18763730
commit 76a7854e94
15 changed files with 161 additions and 104 deletions

View File

@@ -78,8 +78,8 @@ export class MapViewComp extends CCComp {
this.scene.node.active = true
let hero = ecs.getEntity<Hero>(Hero);
let pos = v3(BoxSet.HERO_START,BoxSet.GAME_LINE)
let camp = 1
hero.load(pos,camp,uuid);
let scale = 1
hero.load(pos,scale,uuid);
}