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:
parent
7d4d6115a4
commit
afef0fd480
5 changed files with 174 additions and 76 deletions
3
modules/srfi/srf-1.scm
Normal file
3
modules/srfi/srf-1.scm
Normal file
|
@ -0,0 +1,3 @@
|
|||
(define-module (srfi srfi-1)
|
||||
#:use-module ((scheme base) #:select (fold))
|
||||
#:re-export (fold))
|
Loading…
Add table
Add a link
Reference in a new issue