issue #65 - Auto config feature using Zeroconf/Bonjour

change position order to left first then right
This commit is contained in:
jerry 2014-08-26 09:42:24 +00:00
parent fbb97fbdee
commit deb45ad393
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@ static const struct
const char* name;
} neighbourDirs[] =
{
{ 1, 0, "right" },
{ -1, 0, "left" },
{ 1, 0, "right" },
{ 0, -1, "up" },
{ 0, 1, "down" },