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-scroll* (vec2 0.0 0.0))
|
||||||
(define credits
|
(define credits
|
||||||
#("Congratulations!"
|
#("Phew, you made it!"
|
||||||
|
"Time to relax."
|
||||||
#f
|
#f
|
||||||
#f
|
#f
|
||||||
"Cirkoban was made by the"
|
"Cirkoban was made by the"
|
||||||
|
@ -531,15 +532,31 @@
|
||||||
#f
|
#f
|
||||||
"https://spritely.institute"
|
"https://spritely.institute"
|
||||||
#f
|
#f
|
||||||
"Programming"
|
"Game Design"
|
||||||
#f
|
"-----------"
|
||||||
"David Thompson"
|
|
||||||
"Juliana Sims"
|
|
||||||
#f
|
|
||||||
"Art"
|
|
||||||
#f
|
|
||||||
"Christine Lemmer-Webber"
|
"Christine Lemmer-Webber"
|
||||||
#f
|
#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"
|
"monogram font by datagoblin"
|
||||||
#f
|
#f
|
||||||
#f
|
#f
|
||||||
|
|
Loading…
Add table
Reference in a new issue