diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-06 01:26:46 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-06 02:14:33 +0100 |
| commit | c4ebbbdd1a0bd081a2ed9447ba8188d97ae54717 (patch) | |
| tree | 3e15f87d7fda6ca0f4aa64ae236dd156796b01b2 /downstroke.egg | |
| parent | 300131ca5a19d9de5250579d944a52b067b2d60b (diff) | |
Prefabs
Diffstat (limited to 'downstroke.egg')
| -rw-r--r-- | downstroke.egg | 5 |
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)))) |
