This commit is contained in:
2024-07-18 08:38:58 +08:00
parent 2ef3bcf322
commit 55542871ef
18 changed files with 409 additions and 78 deletions

View File

@@ -28,7 +28,6 @@ export class MapViewComp extends CCComp {
start() {
this.scene = this.getComponent(MapViewScene);
this.addHero();
}
@@ -36,7 +35,7 @@ export class MapViewComp extends CCComp {
private mapLoaded() {
}
/** 添加玩家 */