]> git.r.bdr.sh - rbdr/sumo/blobdiff - lib/nodes/renderable_with_attributes.js
Use new lib components
[rbdr/sumo] / lib / nodes / renderable_with_attributes.js
index 817036cb7b53584fc06956d9e2c3bc48faf66936..7eff2b9b248db89a999960fcd1646de8bc614cf3 100644 (file)
@@ -1,6 +1,6 @@
 import { Node } from '@serpentity/serpentity';
 
-import AngleComponent from '../components/angle';
+import AngleComponent from '@serpentity/components.angle';
 import PixiContainerComponent from '../components/pixi_container';
 import PositionComponent from '@serpentity/components.position';
 
@@ -13,7 +13,7 @@ import PositionComponent from '@serpentity/components.position';
  */
 export default class RenderableWithAttributesNode extends Node {
 
-};
+}
 
 /**
  * Holds the types that are used to identify a renderable with external