animation speed #12; drawFigure #13

This commit is contained in:
2017-05-05 20:49:20 +02:00
parent 1a24486ec3
commit d0eae536a7
3 changed files with 36 additions and 25 deletions

View File

@@ -1,18 +1,18 @@
const char base_figure[6][8] = {{"======="},\
{"I "},\
{"I "},\
{"I "},\
{"I "},\
const char base_figure[6][8] = {{"======="}, \
{"I "}, \
{"I "}, \
{"I "}, \
{"I "}, \
{"I\\ "}};
const char figure[6][5] = {{" O "},\
{" I "},\
{"\\I "},\
{"\\I/"},\
{"/ "},\
const char figure[6][5] = {{" O "}, \
{" I "}, \
{"\\I "}, \
{"\\I/"}, \
{"/ "}, \
{"/ \\"}};
/* This array represents the layers where the strings
of the current stage(array index) should be printed*/
const int stages[] = {0, 1, 1, 1, 2, 2};
const int stages[] = {0, 1, 1, 1, 2, 2};