summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox')
-rwxr-xr-xsandbox4
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox b/sandbox
index f0daf68..4004ab1 100755
--- a/sandbox
+++ b/sandbox
@@ -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))