diff options
Diffstat (limited to 'lib/nodes/physical_with_attributes.js')
| -rw-r--r-- | lib/nodes/physical_with_attributes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nodes/physical_with_attributes.js b/lib/nodes/physical_with_attributes.js index 96ba79d..4b92748 100644 --- a/lib/nodes/physical_with_attributes.js +++ b/lib/nodes/physical_with_attributes.js @@ -1,6 +1,6 @@ import { Node } from '@serpentity/serpentity'; -import AngleComponent from '../components/angle'; +import AngleComponent from '@serpentity/components.angle'; import BodyComponent from '../components/body'; import PositionComponent from '@serpentity/components.position'; @@ -13,7 +13,7 @@ import PositionComponent from '@serpentity/components.position'; */ export default class PhysicalWithAttributesNode extends Node { -}; +} /** * Holds the types that are used to identify an entity with a physics |