summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-05-13 18:56:35 -0400
committerDavid Thompson <dthompson2@worcester.edu>2019-05-13 18:56:35 -0400
commit4282f8521fab279070c79b15bba50a6d5524d028 (patch)
treefabf6d04ff893785e552b1bab6a0cd35cb5d27d0 /README
parentd50b423946b19fbef20f7fc42a4841b0dd8c3da3 (diff)
README: Update example code.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 3b75a71..55ce8d6 100644
--- a/README
+++ b/README
@@ -16,8 +16,7 @@
(use-modules (chickadee)
(chickadee math vector)
(chickadee render sprite)
- (chickadee render texture)
- (chickadee sdl))
+ (chickadee render texture))
(define sprite #f)
@@ -27,7 +26,7 @@
(define (draw alpha)
(draw-sprite sprite #v(256.0 176.0)))
- (run-game/sdl #:load load #:draw draw)
+ (run-game #:load load #:draw draw)
#+END_SRC
* Features