summaryrefslogtreecommitdiff
path: root/characters/lorenzo.scm
diff options
context:
space:
mode:
Diffstat (limited to 'characters/lorenzo.scm')
-rw-r--r--characters/lorenzo.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/characters/lorenzo.scm b/characters/lorenzo.scm
index 8c8971f..7615b36 100644
--- a/characters/lorenzo.scm
+++ b/characters/lorenzo.scm
@@ -1,5 +1,5 @@
;;; The Inevitable Game
-;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2018, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This program is free software: you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
@@ -16,8 +16,8 @@
;;; <http://www.gnu.org/licenses/>.
(define-module (characters lorenzo)
- #:use-module (chickadee render texture)
- #:use-module (chickadee render color)
+ #:use-module (chickadee graphics texture)
+ #:use-module (chickadee graphics color)
#:use-module (chickadee math rect)
#:use-module (chickadee math vector)
#:use-module (engine assets)