Skip to content

Commit

Permalink
can haz muzak
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Apr 1, 2016
1 parent 87e3d6c commit 1576275
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo1.elm
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ view : State -> (Int, Int) -> Element
view state (w, h) =
case state.effect of
Cornfield ->
cornfield w h state.time
flow outward [cornfield w h state.time, toElement 1 1 muzak]
Hypnocorn ->
hypnocorn w h state.time
flow outward [hypnocorn w h state.time, toElement 1 1 muzak]
Starfield ->
Starfield.view (Starfield.update state.time state.stars) (w, h)
flow outward [Starfield.view (Starfield.update state.time state.stars) (w, h), toElement 1 1 muzak]
Chilicorn ->
chilicorn w h state.time
flow outward [chilicorn w h state.time, toElement 1 1 muzak]
Rotozoom ->
rotozoom w h state.time
flow outward [rotozoom w h state.time, toElement 1 1 muzak]
Plasma ->
plasma w h state.time
flow outward [plasma w h state.time, toElement 1 1 muzak]

chilicorn w h t =
collage w h
Expand Down

0 comments on commit 1576275

Please sign in to comment.