From f131de648946133a1d5c79a2ac566531c32a4aa5 Mon Sep 17 00:00:00 2001 From: walkpan Date: Mon, 29 Jul 2024 07:59:38 +0800 Subject: [PATCH] 11 --- assets/script/game/map/view/MapViewComp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/game/map/view/MapViewComp.ts b/assets/script/game/map/view/MapViewComp.ts index 7b81e34d..8b4fbdcd 100644 --- a/assets/script/game/map/view/MapViewComp.ts +++ b/assets/script/game/map/view/MapViewComp.ts @@ -61,7 +61,7 @@ export class MapViewComp extends CCComp { if (smc.heros.length>0){ let hero = ecs.getEntity(Hero); hero.load(v3(-360,-60), smc.heros[0].profession); - + } if (smc.monsters.length>0){