Update credits text.
This commit is contained in:
parent
0c85128dd3
commit
cab2db6fed
1 changed files with 25 additions and 8 deletions
33
game.scm
33
game.scm
|
@ -523,7 +523,8 @@
|
|||
|
||||
(define *credits-scroll* (vec2 0.0 0.0))
|
||||
(define credits
|
||||
#("Congratulations!"
|
||||
#("Phew, you made it!"
|
||||
"Time to relax."
|
||||
#f
|
||||
#f
|
||||
"Cirkoban was made by the"
|
||||
|
@ -531,15 +532,31 @@
|
|||
#f
|
||||
"https://spritely.institute"
|
||||
#f
|
||||
"Programming"
|
||||
#f
|
||||
"David Thompson"
|
||||
"Juliana Sims"
|
||||
#f
|
||||
"Art"
|
||||
#f
|
||||
"Game Design"
|
||||
"-----------"
|
||||
"Christine Lemmer-Webber"
|
||||
#f
|
||||
"Level Design"
|
||||
"------------"
|
||||
"Christine Lemmer-Webber"
|
||||
"Juliana Sims"
|
||||
"David Thompson"
|
||||
#f
|
||||
"Pixel Art"
|
||||
"---------"
|
||||
"Christine Lemmer-Webber"
|
||||
#f
|
||||
"Music"
|
||||
"-----"
|
||||
"<VIVI'S DESIRED CREDIT NAME HERE>"
|
||||
#f
|
||||
"Programming"
|
||||
"-----------"
|
||||
"Juliana Sims"
|
||||
"David Thompson"
|
||||
#f
|
||||
"Other"
|
||||
"-----"
|
||||
"monogram font by datagoblin"
|
||||
#f
|
||||
#f
|
||||
|
|
Loading…
Add table
Reference in a new issue