diff options
author | Joris Guyonvarch | 2014-10-05 23:10:18 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2014-10-05 23:10:32 +0200 |
commit | 4521cdf1bb5725c9d497e5fb0c03943ad03a052f (patch) | |
tree | 8b7247e9b1b2c950c7bec39548bfe860965c5126 /src/Main.elm | |
parent | c2583cf7ff8684d1194c61ab132e23d7ccebcd51 (diff) |
Adding multiple moving points to catch
Diffstat (limited to 'src/Main.elm')
-rw-r--r-- | src/Main.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.elm b/src/Main.elm index c51ddc8..267bb8c 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -7,4 +7,4 @@ import Input (getInput) import Vec2 (originVec) main : Signal Element -main = lift display (foldp step (initialGame { x = -50, y = 0 } 0) getInput) +main = lift display (foldp step (initialGame originVec 0) getInput) |