aboutsummaryrefslogtreecommitdiff
path: root/downstroke.egg
diff options
context:
space:
mode:
Diffstat (limited to 'downstroke.egg')
-rw-r--r--downstroke.egg5
1 files changed, 1 insertions, 4 deletions
diff --git a/downstroke.egg b/downstroke.egg
index 000328c..ab72665 100644
--- a/downstroke.egg
+++ b/downstroke.egg
@@ -37,12 +37,9 @@
(extension downstroke-animation
(source "animation.scm")
(component-dependencies downstroke-entity downstroke-world))
- (extension downstroke-ai
- (source "ai.scm")
- (component-dependencies downstroke-entity downstroke-world))
(extension downstroke-prefabs
(source "prefabs.scm")
- (component-dependencies downstroke-entity downstroke-ai))
+ (component-dependencies downstroke-entity))
(extension downstroke-scene-loader
(source "scene-loader.scm")
(component-dependencies downstroke-world downstroke-tilemap downstroke-assets downstroke-engine downstroke-prefabs))))