wip readme presentation
This commit is contained in:
@@ -94,9 +94,9 @@ int **parse_map(t_fdf *fdf, int fd);
|
||||
- test : white - pink
|
||||
*/
|
||||
// color for altitude
|
||||
# define COLOR_START 0xa263f6 // purple
|
||||
/*
|
||||
# define COLOR_START 0xf263a6 // pink
|
||||
/*
|
||||
# define COLOR_START 0xa263f6 // purple
|
||||
# define COLOR_START 0xffffff // white
|
||||
# define COLOR_START 0x1423e6 // blue
|
||||
# define COLOR_START 0x877264 // brown
|
||||
@@ -104,18 +104,18 @@ int **parse_map(t_fdf *fdf, int fd);
|
||||
*/
|
||||
/*
|
||||
# define COLOR_END 0x877264 // brown
|
||||
# define COLOR_END 0x00d700 // green
|
||||
# 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
|
||||
|
||||
// pixels deplacement for each keypress
|
||||
# define MOVE 10
|
||||
|
||||
// minimum time in milliseconds between two keypress
|
||||
# define DEBOUNCE_TIME 10
|
||||
# define DEBOUNCE_TIME 50
|
||||
|
||||
# define ESCAPE 65307
|
||||
# define UP 65362
|
||||
|
||||
Reference in New Issue
Block a user