dd
This commit is contained in:
@@ -122,7 +122,7 @@ export class MapMonsterComp extends CCComp {
|
||||
}
|
||||
load_role(){
|
||||
let role = ecs.getEntity<Role>(Role);
|
||||
let pos = v3(BoxSet.HERO_START,BoxSet.GAME_LINE)
|
||||
let pos = v3(BoxSet.HERO_START+50,BoxSet.GAME_LINE)
|
||||
role.load(pos,109)
|
||||
smc.Role=role
|
||||
// console.log("加载玩家",role)
|
||||
|
||||
Reference in New Issue
Block a user