diff options
Diffstat (limited to 'demo/platformer.scm')
| -rw-r--r-- | demo/platformer.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/demo/platformer.scm b/demo/platformer.scm index c11c390..11a782d 100644 --- a/demo/platformer.scm +++ b/demo/platformer.scm @@ -5,14 +5,14 @@ (prefix sdl2 "sdl2:") (prefix sdl2-ttf "ttf:") (prefix sdl2-image "img:") - downstroke-engine - downstroke-world - downstroke-input - downstroke-physics - downstroke-assets - downstroke-entity - downstroke-sound - downstroke-scene-loader) + (downstroke engine) + (downstroke world) + (downstroke input) + (downstroke physics) + (downstroke assets) + (downstroke entity) + (downstroke sound) + (downstroke scene-loader)) (define +debug?+ (and (member "--debug" (command-line-arguments)) #t)) |
