(define-module (test-subject splash) #:use-module (chickadee graphics color) #:use-module (chickadee math vector) #:use-module (chickadee scripting) #:use-module (oop goops) #:use-module (starling kernel) #:use-module (starling node) #:use-module (starling node-2d) #:use-module (starling scene) #:use-module (test-subject assets) #:use-module (test-subject common) #:use-module (test-subject game) #:export (launch-game)) (define-class ()) (define-method (on-boot (splash )) (set-cameras! splash) (attach-to splash (make #:name 'background #:texture lightness) (make