This commit is contained in:
Biel Sala 2021-06-16 22:28:32 +02:00
commit 5262fd98d8
1 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#include "../color.h"
#define COLOR MAGENTA
#define ROWS 19
#define ROWS 15
char *logo[] = {
" ..,,;;;::;,.. ",
" `':ddd;:,. ",
@ -18,10 +18,7 @@ char *logo[] = {
" `$$$$$bd:''` ",
" `'''` ",
" ",
" ",
" ",
" ",
" ",
};
//IMPORTANT: Always make the lines the same length. There shouldn't be any extra spaces, as they are added later on by the programm itself
//IMPORTANT: the last line should be only spaces with the same length as the other lines, ROWS should exclude the last line