From 9523f936cf6f761ccc6127546540580cb57f9a5f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 24 Oct 2021 11:53:05 -0400 Subject: Preparing for release! --- bonnie-bee/splash.scm | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'bonnie-bee/splash.scm') diff --git a/bonnie-bee/splash.scm b/bonnie-bee/splash.scm index 98239d6..7059f91 100644 --- a/bonnie-bee/splash.scm +++ b/bonnie-bee/splash.scm @@ -14,16 +14,22 @@ (define-class ()) -(define %text-color (rgb #xfee761)) +(define %text-color (rgb #x181425)) (define-method (on-boot (splash )) (set-cameras! splash) (attach-to splash (make - #:texture darkness-image) + #:texture lightness-image) + (make + #:texture chickadee-image + #:position (vec2 (/ %game-width 2.0) + (/ %game-height 2.0)) + #:origin (vec2 8.0 8.0) + #:scale (vec2 4.0 4.0)) (make