change color for blue

This commit is contained in:
asus
2024-01-13 15:00:21 +01:00
parent 70261e3ecb
commit 98db1cc51a
8 changed files with 4 additions and 3 deletions

View File

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