]> git.jsancho.org Git - gacela.git/blobdiff - examples/fran.scm
Merge branch 'feature/animations' into develop
[gacela.git] / examples / fran.scm
index ea016f37b8541a4be8a3dd393b03272fdd7f49cf..79c005542f946154d0c85415a31e9fde800bcf7e 100644 (file)
 
 ;;; First example
 
-(run-scene (import-bitmap "hello_world.bmp"))
-
-(define red (import-bitmap "red.bmp"))
+(define red (bitmap "red.bmp"))
 (define left-right-red (move-xy wiggle 0 red))
 (run-scene left-right-red)
 
-(define blue (import-bitmap "blue.bmp"))
+(define blue (bitmap "blue.bmp"))
 (define up-down-blue (move-xy 0 waggle blue))
 (run-scene up-down-blue)