chore: matter physics

This commit is contained in:
cha0s 2019-03-24 19:22:47 -05:00
parent 2cedbcbc4a
commit 7cf83f478e

View File

@ -3,7 +3,7 @@ import {EntityList} from '@avocado/entity';
import {ActionRegistry} from '@avocado/input';
import {Container, Renderer, ShapeView} from '@avocado/graphics';
import {shapeFromJSON} from '@avocado/physics';
import {World} from '@avocado/physics/dummy/world';
import {World} from '@avocado/physics/matter/world';
import {StateSynchronizer} from '@avocado/state';
import {Animation} from '@avocado/timing';