test adding image in readme

This commit is contained in:
asus
2024-01-14 14:48:09 +01:00
parent 1553685882
commit e1d5613392
13 changed files with 179 additions and 2734 deletions

View File

@@ -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