diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-10 17:38:04 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-10 17:38:04 +0100 |
| commit | e1da1b0c2b2df9880e7f0a76b6ecc7aefecaf229 (patch) | |
| tree | 15e89991aaaa3c2c44058998598d726a3bb66697 /downstroke.egg | |
| parent | 9ffd919e293324332acd87cd129c8d73ea27035a (diff) | |
Remove useless ai.scm, use prefabs
Diffstat (limited to 'downstroke.egg')
| -rw-r--r-- | downstroke.egg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/downstroke.egg b/downstroke.egg index 000328c..ab72665 100644 --- a/downstroke.egg +++ b/downstroke.egg @@ -37,12 +37,9 @@ (extension downstroke-animation (source "animation.scm") (component-dependencies downstroke-entity downstroke-world)) - (extension downstroke-ai - (source "ai.scm") - (component-dependencies downstroke-entity downstroke-world)) (extension downstroke-prefabs (source "prefabs.scm") - (component-dependencies downstroke-entity downstroke-ai)) + (component-dependencies downstroke-entity)) (extension downstroke-scene-loader (source "scene-loader.scm") (component-dependencies downstroke-world downstroke-tilemap downstroke-assets downstroke-engine downstroke-prefabs)))) |
