From 87386e8b148c2536214fdaf6c3140853c751d7b4 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 8 Mar 2015 15:14:07 +0100 Subject: Showing the score at the end of each round --- src/View/Game.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/View/Game.elm') diff --git a/src/View/Game.elm b/src/View/Game.elm index 8e76b48..0bbea00 100644 --- a/src/View/Game.elm +++ b/src/View/Game.elm @@ -69,7 +69,7 @@ outlineColor = rgb 34 34 34 scoreForms : Int -> List Form scoreForms score = let text = (toString score) - scorePos = { x = 0.0, y = boardSize.y / 2 - 30 } + scorePos = { x = 0.0, y = boardSize.y / 2 - 35 } in [textForm text scorePos centered] textForm : String -> Vec2 -> (Text -> Element) -> Form -- cgit v1.2.3