test adding image in readme
This commit is contained in:
@@ -77,22 +77,33 @@ int **parse_map(t_fdf *fdf, int fd);
|
||||
// steps size for the hight transform with p and o
|
||||
// must be > 0
|
||||
// 100 is small, 1 is the biggest
|
||||
# define Z_HEIGHT 100
|
||||
# define Z_HEIGHT 10
|
||||
// then define the speed for height transform
|
||||
// must be > 0
|
||||
// 1 is small, 100 is the big
|
||||
# define Z_HEIGHT_UP 10
|
||||
# define Z_HEIGHT_DOWN 2
|
||||
# define Z_HEIGHT_DOWN 10
|
||||
|
||||
// color for altitude
|
||||
# define COLOR_START 0xffffff
|
||||
# define COLOR_START 0xffffff // white
|
||||
/*
|
||||
# define COLOR_END 0x1423e6 // blue
|
||||
# define COLOR_START 0xf263a6 // pink
|
||||
# define COLOR_START 0x00d700 // green
|
||||
# define COLOR_START 0x877264 // brown
|
||||
# define COLOR_START 0x1423e6 // blue
|
||||
# define COLOR_START 0xa263f6 // purple
|
||||
*/
|
||||
/*
|
||||
# define COLOR_END 0xffffff // white
|
||||
# define COLOR_END 0x00d700 // green
|
||||
# define COLOR_END 0x877264 // brown
|
||||
# define COLOR_END 0x1423e6 // blue
|
||||
# define COLOR_END 0xa263f6 // purple
|
||||
*/
|
||||
# define COLOR_END 0xf263a6 // pink
|
||||
|
||||
// minimum time in milliseconds between two keypress
|
||||
# define DEBOUNCE_TIME 40
|
||||
# define DEBOUNCE_TIME 1
|
||||
|
||||
# define ESCAPE 65307
|
||||
# define UP 65362
|
||||
|
||||
Reference in New Issue
Block a user