This commit is contained in:
2024-09-12 07:58:03 +08:00
parent 4501876c37
commit 50d192b7b1
64 changed files with 12158 additions and 4612 deletions

View File

@@ -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)