wip readme presentation

This commit is contained in:
asus
2024-01-16 13:03:57 +01:00
parent 61a08d8005
commit 10d44297b5
2 changed files with 37 additions and 23 deletions

View File

@@ -74,10 +74,10 @@ int is_color(char *color);
void size_map(t_fdf *fdf, char *raw, int height);
int **parse_map(t_fdf *fdf, int fd);
// steps size for the hight transform with p and o
// steps size for the height transform with p and o
// must be > 0
// 100 is small, 1 is the biggest
# define Z_HEIGHT 10
# define Z_HEIGHT 100
// then define the speed for height transform
// must be > 0
// 1 is small, 100 is the big
@@ -104,12 +104,12 @@ int **parse_map(t_fdf *fdf, int fd);
*/
/*
# define COLOR_END 0x877264 // brown
# define COLOR_END 0xa263f6 // purple
# define COLOR_END 0x1423e6 // blue
# define COLOR_END 0xf263a6 // pink
# define COLOR_END 0xffffff // white
*/
# define COLOR_END 0x00d700 // green
*/
# define COLOR_END 0xa263f6 // purple
// pixels deplacement for each keypress
# define MOVE 10