wip readme presentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user