]> git.jsancho.org Git - gacela.git/blobdiff - gacela/game.scm
Window scene
[gacela.git] / gacela / game.scm
index dd7886cc150e5f230bf3ed5c3c97318c0aa8f4da..86136cd9a08fdf0070554dcf6a975efff108ff1d 100644 (file)
@@ -153,8 +153,8 @@ milliseconds of the last iteration of the game loop."
   (sdl2:hide-window! %sdl-window)
   (sdl2:sdl-quit))
 
-(define (play-game scene)
+(define (play-game scene . args)
   (init-window)
-  (open-window)
+  (apply open-window args)
   (run-game-loop scene)
   (close-window))