This commit is contained in:
PC-20230316NUNE\Administrator
2023-10-30 18:53:21 +08:00
parent bb4334c0ff
commit 64ab2b0fe5
20 changed files with 544 additions and 48 deletions

View File

@@ -41,6 +41,9 @@ export class WorldCanvas extends Component {
//创建世界
create(){
this.root.addChild(instantiate(this.prefab))
this.scheduleOnce(() => {
app.sync.onStart();
});
}
update(deltaTime: number) {