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