diff options
-rw-r--r-- | 2d/sprite.scm | 4 |
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? |