From 473a5b29f9315c676d6d5459b06491166b249f44 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 22 Sep 2014 18:29:45 -0400 Subject: Update sandbox. * sandbox: Update. --- sandbox | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sandbox') diff --git a/sandbox b/sandbox index 1ac994b..291979b 100755 --- a/sandbox +++ b/sandbox @@ -50,9 +50,9 @@ (define-signal simple-scene (scene-root (scene-node - #:position #(100 100) - #:uniforms `(("color" ,white)) - #:children (list (load-sprite "examples/images/p1_front.png"))))) + (position #(100 100)) + (uniforms `(("color" ,white))) + (children (list (load-sprite "examples/images/p1_front.png")))))) (define-signal camera (orthographic-camera simple-scene 640 480)) @@ -61,3 +61,7 @@ (start-game-loop camera)) (display "Bye!\n") + +;;; Local Variables: +;;; compile-command: "./pre-inst-env sandbox" +;;; End: -- cgit v1.2.3