chore: simulate physics
This commit is contained in:
parent
cbdf2af260
commit
255f92760d
|
@ -47,7 +47,7 @@ function hasSelfEntity() {
|
|||
}
|
||||
// Create room.
|
||||
const room = new Room();
|
||||
// room.world = new World();
|
||||
room.world = new World();
|
||||
const roomView = new RoomView(room, stage.renderer);
|
||||
stage.addChild(roomView);
|
||||
// Time.
|
||||
|
|
Loading…
Reference in New Issue
Block a user