Bacon2D/Bacon2D

Scene should provide the Box2D world

kenvandine opened this issue · 1 comments

Scene should provide World automatically without needing to add a World container around all entities and bodies.

Add a property to Scene for "physics", if set to true the scene should create a World.

World and Body should be uncreatable types.