foss-mmo/modules/srfi/srf-1.scm
Amy Grinn afef0fd480
Rewrite existing credits
Each credit has its own draw function

Credits outside of the visible game area are not drawn
2025-01-23 12:03:18 -05:00

3 lines
98 B
Scheme

(define-module (srfi srfi-1)
#:use-module ((scheme base) #:select (fold))
#:re-export (fold))