]> git.r.bdr.sh - rbdr/sumo/blobdiff - lib/components/body.js
Add control via keyboard (#6)
[rbdr/sumo] / lib / components / body.js
index 7438dc35e263e267302417c120647db6c94a5c37..fc17e1741ed48af3fbee37d5f1fa1e91b1f26968 100644 (file)
@@ -13,7 +13,7 @@ export default class BodyComponent extends Component {
     super(config);
 
     /**
-     * The properthy that holds the pixi container
+     * The properthy that holds the matterjs body
      *
      * @property {external:MatterJs.Body} body
      * @instance