diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-05 23:12:54 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-05 23:12:54 +0100 |
| commit | b99ada53b715def5492c7d04c0d327fa7048e5d3 (patch) | |
| tree | 9e94dbc8ff863ef09ef18f4be31fb45e085572a4 /downstroke.egg | |
| parent | 027053b11a3a5d861ed2fa2db245388bd95ac246 (diff) | |
Complete implementation
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 309c545..8f7dea2 100644 --- a/downstroke.egg +++ b/downstroke.egg @@ -36,4 +36,7 @@ (component-dependencies downstroke/entity downstroke/world)) (extension downstroke/ai (source "ai.scm") - (component-dependencies downstroke/entity downstroke/world)))) + (component-dependencies downstroke/entity downstroke/world)) + (extension downstroke/scene-loader + (source "scene-loader.scm") + (component-dependencies downstroke/world downstroke/tilemap downstroke/assets downstroke/engine)))) |
