(define-module (bonnie-bee splash) #:use-module (bonnie-bee assets) #:use-module (bonnie-bee common) #:use-module (bonnie-bee game) #:use-module (chickadee graphics color) #:use-module (chickadee math vector) #:use-module (chickadee scripting) #:use-module (oop goops) #:use-module (catbird) #:use-module (catbird camera) #:use-module (catbird kernel) #:use-module (catbird mode) #:use-module (catbird node) #:use-module (catbird node-2d) #:use-module (catbird region) #:use-module (catbird scene) #:export (launch-game)) (define-class ()) (define %text-color (rgb #x181425)) (define-method (on-enter (mode )) (let ((scene (parent mode))) (attach-to scene (make #: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