Proper starting turn

This commit is contained in:
ayte 2022-03-04 20:50:31 +01:00
parent 4f74397b3d
commit 2e368aa82f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function gridgen:new(game,x,y,cellsize)
Grid.blueturn = game:newImage("text/turn/blue.png")
Grid:register("Grid")
Grid.depth = -1
Grid.turn= 2
Grid.turn= 3
-- Spawn circles
local i