Fix first level, colors

git-svn-id: svn://kolibrios.org@8072 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack 2020-09-21 16:37:54 +00:00
parent 7e922d6561
commit ab225d95cc
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ int field[_size][_size] = {
{0, 0, 0, 1},
{0, 0, 1, 0},
{0, 0, 0, 1},
{0, 1, 0, 0}
{1, 0, 0, 0}
};
char* title = "Fridge v0.1";

Binary file not shown.