aboutsummaryrefslogtreecommitdiff
path: root/demo/animation.scm
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-18 05:49:34 +0100
committerGene Pasquet <dev@etenil.net>2026-04-18 05:49:34 +0100
commitc2085be2dd2a0cb3da05991847e35080915e547e (patch)
treee89a0f3c347b3106b15b69b09dcf29f93a7ef627 /demo/animation.scm
parent38eee24832fe6da4f135cae455881ab97953b23a (diff)
rename modules
Diffstat (limited to 'demo/animation.scm')
-rw-r--r--demo/animation.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/demo/animation.scm b/demo/animation.scm
index 6d8e389..49b773d 100644
--- a/demo/animation.scm
+++ b/demo/animation.scm
@@ -3,13 +3,13 @@
(only srfi-1 iota)
(prefix sdl2 "sdl2:")
(prefix sdl2-ttf "ttf:")
- downstroke-engine
- downstroke-world
- downstroke-renderer
- downstroke-entity
- downstroke-prefabs
- downstroke-scene-loader
- downstroke-tilemap)
+ (downstroke engine)
+ (downstroke world)
+ (downstroke renderer)
+ (downstroke entity)
+ (downstroke prefabs)
+ (downstroke scene-loader)
+ (downstroke tilemap))
;; ── State ────────────────────────────────────────────────────────────────────