This commit is contained in:
2024-08-03 23:54:37 +08:00
parent d5f2f65ee6
commit a81cde8e82
108 changed files with 7182 additions and 2487 deletions

View File

@@ -46,6 +46,7 @@ export class LoadingViewComp extends CCVMParentComp {
var map = ecs.getEntity<GameMap>(GameMap);
map.load();
smc.map = map;
oops.gui.open(UIID.Role_Controller)
}
start() {