summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/simple.scm2
-rw-r--r--examples/tilemap.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/simple.scm b/examples/simple.scm
index 92a2010..c6ba69f 100644
--- a/examples/simple.scm
+++ b/examples/simple.scm
@@ -18,7 +18,7 @@
(use-modules (sly camera)
(sly game)
(sly rect)
- (sly scene)
+ (sly render scene)
(sly render sprite)
(sly transform)
(sly vector)
diff --git a/examples/tilemap.scm b/examples/tilemap.scm
index 079aa13..d05f8d9 100644
--- a/examples/tilemap.scm
+++ b/examples/tilemap.scm
@@ -25,7 +25,7 @@
(sly render tileset)
(sly vector)
(sly window)
- (sly scene)
+ (sly render scene)
(sly signal)
(sly camera)
(sly color)