changed rgb deal, and improve memorybook with 2d

This commit is contained in:
hugogogo
2022-05-01 22:55:00 +02:00
parent 43852938c4
commit eb5f2db7fa
9 changed files with 60 additions and 54 deletions

View File

@@ -89,8 +89,10 @@ typedef struct s_txt
char *txt_south;
char *txt_east;
char *txt_west;
int rgb_floor[3];
int rgb_ceiling[3];
int rgb_floor;
int rgb_ceiling;
// int rgb_floor[3];
// int rgb_ceiling[3];
} t_txt;
/*