X-Git-Url: https://git.r.bdr.sh/rbdr/sumo/blobdiff_plain/bb8d5ef47baf7ad16a1bc58526f81ce332b090d6..HEAD:/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