aboutsummaryrefslogtreecommitdiff
path: root/src/Main.elm
diff options
context:
space:
mode:
authorJoris2015-11-14 17:10:20 +0100
committerJoris2015-11-14 17:10:20 +0100
commite43df972c82c8b5926f76658c7588074e6a15069 (patch)
tree47489029d7c6423884c63763dea69966cb60ab6d /src/Main.elm
parentb654acd2af332612748f754c0fd53b47f45a77e9 (diff)
downloadcatchvoid-e43df972c82c8b5926f76658c7588074e6a15069.tar.gz
catchvoid-e43df972c82c8b5926f76658c7588074e6a15069.tar.bz2
catchvoid-e43df972c82c8b5926f76658c7588074e6a15069.zip
Display the game at fullscreen
Diffstat (limited to 'src/Main.elm')
-rw-r--r--src/Main.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.elm b/src/Main.elm
index 8083e97..f141fcc 100644
--- a/src/Main.elm
+++ b/src/Main.elm
@@ -13,10 +13,10 @@ import Update.Update exposing (update)
import Input exposing (getInput)
-import View.Page exposing (pageView)
+import View.Game exposing (renderGame)
main : Signal Html
-main = Signal.map pageView game
+main = Signal.map renderGame game
game : Signal Game
game =