Does the physics.addBody() only work with Circles and Rectangles? Or is it possible to physics.addBody() on vector shapes or sprites or with masks or something?
Does the physics.addBody() only work with Circles and Rectangles? Or is it possible to
Share
It is possible to do with sprites and shapes, see here.
the shapes must be convex and consists of less than 8 sides.