change color for blue
This commit is contained in:
@@ -79,9 +79,9 @@ int **parse_map(t_fdf *fdf, int fd);
|
||||
// color for altitude
|
||||
# define COLOR_START 0xffffff
|
||||
/*
|
||||
# define COLOR_END 0x1423e6 // blue
|
||||
*/
|
||||
# define COLOR_END 0x00d700 // green
|
||||
*/
|
||||
# define COLOR_END 0x1423e6 // blue
|
||||
|
||||
// minimum time in milliseconds between two keypress
|
||||
# define DEBOUNCE_TIME 40
|
||||
|
||||
Reference in New Issue
Block a user