From 8c5702193ea7fe149b2a2e97eccdaea7db48e30c Mon Sep 17 00:00:00 2001 From: Theodore Ehrenborg Date: Sun, 2 Jun 2024 09:26:33 +0100 Subject: [PATCH] Remove initial leaves --- src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.elm b/src/Main.elm index 292c9a1..1f8d37a 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -86,7 +86,7 @@ initGame highScore = , direction = Up , snake = initSnake , prize = Nothing - , leaves = [ Position2 1 20 0, Position2 100 20 0 ] + , leaves = [ ] , score = 0 , koala = Position2 0 (gridSize.height * cellSize.height - 50) 0 , highScore = highScore