start snake centered
This commit is contained in:
parent
659c30abcf
commit
91b3f69bf4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static class Mono
|
||||||
{
|
{
|
||||||
for (int i = 0; i < snake.Length; i++)
|
for (int i = 0; i < snake.Length; i++)
|
||||||
{
|
{
|
||||||
snake[i] = new XYZi(0, 1, 0);
|
snake[i] = new XYZi(0, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue