chore: simulate physics

This commit is contained in:
cha0s 2019-04-12 12:18:48 -05:00
parent cbdf2af260
commit 255f92760d

View File

@ -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.