mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
update
This commit is contained in:
@@ -41,6 +41,9 @@ export class WorldCanvas extends Component {
|
||||
//创建世界
|
||||
create(){
|
||||
this.root.addChild(instantiate(this.prefab))
|
||||
this.scheduleOnce(() => {
|
||||
app.sync.onStart();
|
||||
});
|
||||
}
|
||||
|
||||
update(deltaTime: number) {
|
||||
|
Reference in New Issue
Block a user