diff options
author | David Thompson <dave@izanagi> | 2013-06-16 14:40:01 -0400 |
---|---|---|
committer | David Thompson <dave@izanagi> | 2013-06-16 14:40:01 -0400 |
commit | c8dae50927443233cfb590bb10d38462720f7aa8 (patch) | |
tree | 2a3fe3a069c026ce45d3b643da0e679700a7a0b1 /2d | |
parent | 1b5d9454c95625c8175f40c09a867f0d421631b3 (diff) |
Fix sprite comment.
Diffstat (limited to '2d')
-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? |