From e1da1b0c2b2df9880e7f0a76b6ecc7aefecaf229 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Fri, 10 Apr 2026 17:38:04 +0100 Subject: Remove useless ai.scm, use prefabs --- downstroke.egg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'downstroke.egg') 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)))) -- cgit v1.2.3