diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-19 22:30:29 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-19 22:30:29 +0100 |
| commit | 9796387449b9e2cfa36088bb25e3d71647107792 (patch) | |
| tree | f7f86cfe2db2a62ea34fb038e0aa4c4e999abd25 /downstroke.egg | |
| parent | 41de1e985ce52ca6d4a59ebc93cbbb21bbf28543 (diff) | |
Fix egg
Diffstat (limited to 'downstroke.egg')
| -rw-r--r-- | downstroke.egg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/downstroke.egg b/downstroke.egg index f22dcf5..e732de8 100644 --- a/downstroke.egg +++ b/downstroke.egg @@ -27,17 +27,17 @@ (extension downstroke.renderer (source "renderer.scm") (component-dependencies downstroke.entity downstroke.tilemap downstroke.world)) + (extension downstroke.animation + (source "animation.scm") + (component-dependencies downstroke.entity downstroke.world)) (extension downstroke.engine (source "engine.scm") - (component-dependencies downstroke.renderer downstroke.world downstroke.input downstroke.assets)) + (component-dependencies downstroke.renderer downstroke.world downstroke.input downstroke.assets downstroke.animation)) (extension downstroke.mixer (source "mixer.scm")) (extension downstroke.sound (source "sound.scm") (component-dependencies downstroke.mixer)) - (extension downstroke.animation - (source "animation.scm") - (component-dependencies downstroke.entity downstroke.world)) (extension downstroke.prefabs (source "prefabs.scm") (component-dependencies downstroke.entity)) |
