I've searched the forums and I haven't had much luck.
I have created two Rectangle objects. I want both of those Rectangles to maintain a particular displacement. For example, Rectangle rect1 is at co-ordinates X,Y and Rectangle rect2 is at co-ordinates X,Y+1.
I want both of these Rectangles to fall and collide together.
I have tried attaching them as child objects to an Entity object but you can't use the PhysicsFactory.createBoxBody with Entity objects.
I'm sure someone has done this before. Any idea?
Thanks!

