This commit is contained in:
2024-09-04 08:31:32 +08:00
parent c0f2d33e66
commit 56ab1fab29
18 changed files with 11086 additions and 8622 deletions

View File

@@ -71,7 +71,7 @@ export class MapMonsterComp extends CCComp {
load_role(){
let role = ecs.getEntity<Role>(Role);
let pos = v3(BoxSet.HERO_START,BoxSet.GAME_LINE)
role.load(pos,108)
role.load(pos,109)
smc.Role=role
console.log("加载玩家",role)
}