diff options
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 9d6b0fe..0851f16 100644 --- a/demo/sandbox.scm +++ b/demo/sandbox.scm @@ -6,15 +6,15 @@ (prefix sdl2 "sdl2:") (prefix sdl2-ttf "ttf:") (prefix sdl2-image "img:") - downstroke-engine - downstroke-world - downstroke-tilemap - downstroke-physics - downstroke-assets - downstroke-entity - downstroke-scene-loader - downstroke-tween - downstroke-prefabs) + (downstroke engine) + (downstroke world) + (downstroke tilemap) + (downstroke physics) + (downstroke assets) + (downstroke entity) + (downstroke scene-loader) + (downstroke tween) + (downstroke prefabs)) ;; ── Constants ──────────────────────────────────────────────────────────────── |
