From 7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 15:02:35 -0500 Subject: Use new lib components --- lib/nodes/renderable_with_attributes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/nodes/renderable_with_attributes.js') 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 -- cgit