]> git.jsancho.org Git - gacela.git/blobdiff - examples/01-hello-world/01-hello-world.scm
Rename bitmap -> image and stretch -> scale
[gacela.git] / examples / 01-hello-world / 01-hello-world.scm
index 61263f13ed08f72a263e2a54b8a66181c602e3c8..2a18040b2790ea0d8230b222b8eeaa46186096a0 100644 (file)
@@ -21,4 +21,4 @@
 
 (display-scene
  (window ((resolution '(640 480)))
-   (bitmap "hello-world.bmp")))
+   (image "hello-world.bmp")))