技能移动修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user