Skip to content

Commit

Permalink
yo dawn, put credits in ya credits
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Apr 2, 2016
1 parent b55ae5f commit a3743f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Credits.elm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main =
Signal.map3 credits Window.width Window.height (Signal.foldp (+) 0 (fps 30))

credits w h t =
if (t < 33000) then
if (t < 36000) then
collage w h
[ rect (toFloat w) (toFloat h)
|> filled black
Expand Down Expand Up @@ -52,6 +52,8 @@ message t =
else if t < 24000 then
fromString "-=[ squarething - mmyn & aahv ]=-"
else if t < 28000 then
fromString "-=[ greetz to Hummeripojat! ]"
fromString "-=[ credits - ktuu ]=-"
else if t < 32000 then
fromString "-=[ greetz to Hummeripojat! ]=-"
else
fromString "chilicorn.org"

0 comments on commit a3743f2

Please sign in to comment.