Add two more food spawns to Arcade Maze map.
This commit is contained in:
parent
25dc404493
commit
0f15f34bdf
1 changed files with 2 additions and 0 deletions
|
|
@ -69,7 +69,9 @@ func (m ArcadeMazeMap) UpdateBoard(lastBoardState *rules.BoardState, settings ru
|
|||
|
||||
foodPositions := []rules.Point{
|
||||
{X: 3, Y: 11},
|
||||
{X: 9, Y: 5},
|
||||
{X: 9, Y: 11},
|
||||
{X: 9, Y: 17},
|
||||
{X: 15, Y: 11},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue