diff options
Diffstat (limited to 'demo/scaling.scm')
| -rw-r--r-- | demo/scaling.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demo/scaling.scm b/demo/scaling.scm index e00c797..3724a59 100644 --- a/demo/scaling.scm +++ b/demo/scaling.scm @@ -3,12 +3,12 @@ (only (list-utils alist) plist->alist) (prefix sdl2 "sdl2:") (prefix sdl2-ttf "ttf:") - downstroke-engine - downstroke-world - downstroke-entity - downstroke-input - downstroke-renderer - downstroke-assets) + (downstroke engine) + (downstroke world) + (downstroke entity) + (downstroke input) + (downstroke renderer) + (downstroke assets)) ;; Logical resolution: 320×240, displayed at 640×480 via scale: 2 |
