summaryrefslogtreecommitdiff
path: root/2d/sprite.scm
diff options
context:
space:
mode:
Diffstat (limited to '2d/sprite.scm')
-rw-r--r--2d/sprite.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/2d/sprite.scm b/2d/sprite.scm
index cbce56b..e7820b5 100644
--- a/2d/sprite.scm
+++ b/2d/sprite.scm
@@ -42,8 +42,8 @@
load-sprite
draw-sprite))
-;; The <sprite> object represents a texture with a given position, scale, and
-;; rotation.
+;; The <sprite> object represents a texture with a given position, scale,
+;; rotation, and color.
(define-record-type <sprite>
(%make-sprite texture x y scale-x scale-y rotation color)
sprite?