change color for blue
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -49,5 +49,6 @@ Thumbs.db
|
||||
*.wmv
|
||||
|
||||
# c object files
|
||||
/builds/*
|
||||
*.o
|
||||
fdf
|
||||
|
||||
|
||||
Binary file not shown.
BIN
builds/fdf.o
BIN
builds/fdf.o
Binary file not shown.
Binary file not shown.
BIN
builds/modifs.o
BIN
builds/modifs.o
Binary file not shown.
BIN
builds/parse.o
BIN
builds/parse.o
Binary file not shown.
@@ -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