summaryrefslogtreecommitdiff
path: root/examples/tilemap.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 07:39:31 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 07:39:31 -0500
commitc9cbd41bb6ec00bbdb0b62907ed5aef5a202af1a (patch)
treeadce2fc613a68f7997f3d88ee1a52261ad17983a /examples/tilemap.scm
parent8d48b4eb6149c881ab8f08d41472e0d602941de3 (diff)
render: Move tileset module to sly/render directory.
* sly/tileset.scm: Delete. * sly/render/tileset.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * examples/animation.scm: Use (sly render tileset). * examples/tileset.scm: Likewise.
Diffstat (limited to 'examples/tilemap.scm')
-rw-r--r--examples/tilemap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tilemap.scm b/examples/tilemap.scm
index 05dbd1f..079aa13 100644
--- a/examples/tilemap.scm
+++ b/examples/tilemap.scm
@@ -22,7 +22,7 @@
(sly game)
(sly render sprite)
(sly render texture)
- (sly tileset)
+ (sly render tileset)
(sly vector)
(sly window)
(sly scene)