diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-05 23:44:12 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-05 23:44:12 +0100 |
| commit | 300131ca5a19d9de5250579d944a52b067b2d60b (patch) | |
| tree | bed560ea0f5f252e3f40576a14e2a7f19bb35662 /demo/sandbox.scm | |
| parent | b99ada53b715def5492c7d04c0d327fa7048e5d3 (diff) | |
Rename prefix from downstroke/ to downstroke-
Diffstat (limited to 'demo/sandbox.scm')
| -rw-r--r-- | demo/sandbox.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/demo/sandbox.scm b/demo/sandbox.scm index ffc0cca..f585a6a 100644 --- a/demo/sandbox.scm +++ b/demo/sandbox.scm @@ -4,15 +4,15 @@ (prefix sdl2 "sdl2:") (prefix sdl2-ttf "ttf:") (prefix sdl2-image "img:") - downstroke/engine - downstroke/world - downstroke/tilemap - downstroke/renderer - downstroke/input - downstroke/physics - downstroke/assets - downstroke/entity - downstroke/scene-loader) + downstroke-engine + downstroke-world + downstroke-tilemap + downstroke-renderer + downstroke-input + downstroke-physics + downstroke-assets + downstroke-entity + downstroke-scene-loader) (define *elapsed* 0) (define *respawn-interval* 10000) |
