1. <things version="1">
  2.  
  3. <entity name="SpatialDB">
  4. <component type="com.pblabs.box2D.Box2DManagerComponent" name="Manager"/>
  5. </entity>
  6.  
  7. <entity name="Scene">
  8. <component type="com.pblabs.rendering2D.Scene2DComponent" name="Scene">
  9. <renderMask childType="String">
  10. <_0>Renderable</_0>
  11. </renderMask>
  12. <spatialDatabase componentReference="SpatialDB" componentName="Manager"/>
  13. <sceneView type="com.pblabs.rendering2D.ui.SceneView">
  14. <width>480</width>
  15. <height>384</height>
  16. </sceneView>
  17. </component>
  18. </entity>
  19.  
  20. <group name="Managers">
  21. <objectReference name="SpatialDB"/>
  22. <objectReference name="Scene"/>
  23. </group>
  24.  
  25. </things>