X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=examples%2F01.HelloWorld.scm;h=3f128cb7770d3839213a0f825148165942f81adf;hp=5a3411609ecfbd8cffce4a6950f78e177e6e596b;hb=2a0373b3eda4407e2e41a4e8fc3a7333bb789a89;hpb=24f7faa67e7e65ca3f591864d2f6f0f7d71389a0 diff --git a/examples/01.HelloWorld.scm b/examples/01.HelloWorld.scm index 5a34116..3f128cb 100644 --- a/examples/01.HelloWorld.scm +++ b/examples/01.HelloWorld.scm @@ -28,7 +28,7 @@ (define device (create-device #:device-type 'software - #:window-size (make-dimension2d 640 480))) + #:window-size '(640 480))) (when (not device) (exit #f)) @@ -42,7 +42,7 @@ (add-static-text! gui-env "Hello World! This is the Irrlicht Software renderer!" - (make-rect 10 10 260 22) + '(10 10 260 22) #:border #t) ;; load a Quake2 model