summaryrefslogtreecommitdiff
path: root/examples/simple.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-07-17 19:11:07 -0400
committerDavid Thompson <dthompson2@worcester.edu>2013-07-17 19:11:07 -0400
commitbc0852b15c6d8ddb8a08f9abf85e3f1697690336 (patch)
treeccaff8210bd6a123d66f4d54467fd8f12fd6f0b4 /examples/simple.scm
parentc1a07c0d2692499e3a6a049ed26967271a83d801 (diff)
Use init-2d in all examples.
Diffstat (limited to 'examples/simple.scm')
-rw-r--r--examples/simple.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/simple.scm b/examples/simple.scm
index 891e0fc..c5d25f1 100644
--- a/examples/simple.scm
+++ b/examples/simple.scm
@@ -7,6 +7,8 @@
(2d helpers)
(ice-9 format))
+(init-2d)
+
(define window-width 800)
(define window-height 600)
(define sprite #f)