Skip to content

Commit

Permalink
Adjust credits
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoreEhrenborg committed Jun 16, 2024
1 parent 5edf807 commit eacb58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ displayCredits credits =
CreditsWithHeight h ->
[ displayLine "Happy birthday!" (280 + h)
, displayLine "Credits" (300 + h)
, displayLine "Jing Wang: Artistic Director, Musician, Graphic Designer" (320 + h)
, displayLine "Theodore Ehrenborg: Programmer" (340 + h)
, displayLine "Theodore Ehrenborg: Programmer, Sound Effects" (320 + h)
, displayLine "Jing Wang: Artistic Director, Musician, Graphic Designer" (340 + h)
, displayLine "Lots learned from https://github.com/MartinSnyder/elm-snake" (360 + h)
, displayLine "Background sound from:" (380 + h)
, displayLine "\"Sunrise over the Australian Outback | Didgeridoo Music and Background Ambience\"" (400 + h)
Expand Down

0 comments on commit eacb58c

Please sign in to comment.