From 2fe50fd2ebb1815a330b20e599f756fa393de81b Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Thu, 5 Mar 2015 00:49:33 +0100 Subject: Change game parameters --- src/Cloud.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Cloud.elm') diff --git a/src/Cloud.elm b/src/Cloud.elm index 0916bf6..45a1dcb 100644 --- a/src/Cloud.elm +++ b/src/Cloud.elm @@ -15,7 +15,7 @@ type alias Cloud = initCloud : Cloud initCloud = - let spawn = 100 + let spawn = 600 in { points config = case config of White -> [] -- cgit v1.2.3