diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/common.scm | 2 | ||||
-rw-r--r-- | examples/tilemap.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/common.scm b/examples/common.scm index f3c91b2..46797bb 100644 --- a/examples/common.scm +++ b/examples/common.scm @@ -18,7 +18,7 @@ (use-modules (sly agenda) (sly fps) (sly game) - (sly keyboard) + (sly input keyboard) (sly repl) (sly signal) (sly render sprite) diff --git a/examples/tilemap.scm b/examples/tilemap.scm index d05f8d9..3c0d6f0 100644 --- a/examples/tilemap.scm +++ b/examples/tilemap.scm @@ -31,7 +31,7 @@ (sly color) (sly transition) (sly utils) - (sly keyboard)) + (sly input keyboard)) (load "common.scm") |