color scheme almost there

This commit is contained in:
asus
2024-01-10 17:13:28 +01:00
parent b2196a112e
commit 79fd1f5212
10 changed files with 131 additions and 18 deletions

View File

@@ -74,7 +74,8 @@ int **parse_map(t_fdf *fdf, int fd);
# define Z_HEIGHT 10
// color for altitude
# define Z_COLOR 0xffffff;
# define COLOR_START 0xffffff
# define COLOR_END 0x00d700
# define ESCAPE 65307
# define UP 65362