Skip to content

Commit

Permalink
Remove initial leaves
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoreEhrenborg committed Jun 2, 2024
1 parent e76bdc8 commit 8c57021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c57021

Please sign in to comment.