diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/font.scm | 2 | ||||
-rw-r--r-- | examples/joystick.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/font.scm b/examples/font.scm index 8ce7976..bd19807 100644 --- a/examples/font.scm +++ b/examples/font.scm @@ -18,7 +18,7 @@ (use-modules (sly agenda) (sly fps) (sly render color) - (sly font) + (sly render font) (sly game) (sly input mouse) (sly signal) diff --git a/examples/joystick.scm b/examples/joystick.scm index 1f429ce..49e61ae 100644 --- a/examples/joystick.scm +++ b/examples/joystick.scm @@ -30,7 +30,7 @@ (sly signal) (sly window) (sly vector) - (sly font)) + (sly render font)) (open-window) (start-sly-repl) |