aboutsummaryrefslogtreecommitdiff
path: root/lib/nodes/renderable_with_attributes.js
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-09 15:02:35 -0500
committerBen Beltran <ben@nsovocal.com>2020-03-09 15:02:35 -0500
commit7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 (patch)
tree1bee45d2821debe3c6e7e2ab40250218d251097a /lib/nodes/renderable_with_attributes.js
parentbb8d5ef47baf7ad16a1bc58526f81ce332b090d6 (diff)
Use new lib componentsHEADmain
Diffstat (limited to 'lib/nodes/renderable_with_attributes.js')
-rw-r--r--lib/nodes/renderable_with_attributes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nodes/renderable_with_attributes.js b/lib/nodes/renderable_with_attributes.js
index 817036c..7eff2b9 100644
--- a/lib/nodes/renderable_with_attributes.js
+++ b/lib/nodes/renderable_with_attributes.js
@@ -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