refactor: n o client physics

This commit is contained in:
cha0s 2019-03-24 04:05:10 -05:00
parent c6c7e2270a
commit 408e91b453

View File

@ -10,7 +10,7 @@ import {Animation} from '@avocado/timing';
const stage = new Container();
const entityList = new EntityList();
entityList.world = new World();
// entityList.world = new World();
const stateSynchronizer = new StateSynchronizer({
entityList,
});