summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--starling/node-2d.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/starling/node-2d.scm b/starling/node-2d.scm
index 8e2149f..09894a3 100644
--- a/starling/node-2d.scm
+++ b/starling/node-2d.scm
@@ -679,11 +679,8 @@
(define-class <sprite> (<node-2d>)
(texture #:accessor texture #:init-keyword #:texture #:asset? #t)
- (tint #:accessor tint
- #:init-keyword #:tint
- #:init-form white)
- (blend-mode #:accessor blend-mode
- #:init-keyword #:blend-mode
+ (tint #:accessor tint #:init-keyword #:tint #:init-form white)
+ (blend-mode #:accessor blend-mode #:init-keyword #:blend-mode
#:init-form blend:alpha))
(define-method (default-width (sprite <sprite>))