change appearance
This commit is contained in:
parent
6c6e8dfc12
commit
f94fc1b5a2
4
w/w.c
4
w/w.c
|
@ -248,7 +248,7 @@ void draw()
|
||||||
#else
|
#else
|
||||||
system("clear");
|
system("clear");
|
||||||
#endif
|
#endif
|
||||||
|
printf("\n\n\n");
|
||||||
printf(" o=======o\n");
|
printf(" o=======o\n");
|
||||||
|
|
||||||
for (int y = 0; y < 3; y++)
|
for (int y = 0; y < 3; y++)
|
||||||
|
@ -274,7 +274,7 @@ void draw()
|
||||||
printf(" o=======o\n");
|
printf(" o=======o\n");
|
||||||
printf(" | %s |\n", gamestate.name);
|
printf(" | %s |\n", gamestate.name);
|
||||||
printf(" o=======o\n");
|
printf(" o=======o\n");
|
||||||
printf("\n");
|
printf("\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue