diff options
Diffstat (limited to 'sandbox')
-rwxr-xr-x | sandbox | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,10 +38,12 @@ (2d window) (2d repl)) -(display "Welcome to the guile-2d sandbox. Happy hacking!\n") +(start-2d-repl) (add-hook! window-close-hook quit-game) +(display "Welcome to the guile-2d sandbox. Happy hacking!\n") + (with-window (make-window #:title "Guile-2D Sandbox") (run-game-loop)) |