Rewrite existing credits

Each credit has its own draw function

Credits outside of the visible game area are not drawn
This commit is contained in:
Amy Grinn 2025-01-08 12:26:08 -05:00
parent 7d4d6115a4
commit afef0fd480
No known key found for this signature in database
GPG key ID: 6B558BED1DCF3192
5 changed files with 174 additions and 76 deletions

3
modules/srfi/srf-1.scm Normal file
View file

@ -0,0 +1,3 @@
(define-module (srfi srfi-1)
#:use-module ((scheme base) #:select (fold))
#:re-export (fold))