some modifs about color height

This commit is contained in:
asus
2024-01-09 17:46:14 +01:00
parent dcdf16d4e7
commit b2196a112e
10 changed files with 23 additions and 16 deletions

View File

@@ -71,7 +71,10 @@ int **parse_map(t_fdf *fdf, int fd);
// steps size for the hight transform with p and o
// must be > 0
// 100 is small, 1 is the biggest
# define Z_HIGHT 10
# define Z_HEIGHT 10
// color for altitude
# define Z_COLOR 0xffffff;
# define ESCAPE 65307
# define UP 65362