From 402a783e4d666639ee7268c03a90b01b94c10b2c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 31 Jul 2022 12:47:05 -0400 Subject: node-2d: Code style tweaks to definition. --- starling/node-2d.scm | 7 ++----- 1 file 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 () (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 )) -- cgit v1.2.3