aboutsummaryrefslogtreecommitdiff
path: root/downstroke.egg
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-06 01:26:46 +0100
committerGene Pasquet <dev@etenil.net>2026-04-06 02:14:33 +0100
commitc4ebbbdd1a0bd081a2ed9447ba8188d97ae54717 (patch)
tree3e15f87d7fda6ca0f4aa64ae236dd156796b01b2 /downstroke.egg
parent300131ca5a19d9de5250579d944a52b067b2d60b (diff)
Prefabs
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))))