add new file for textures

This commit is contained in:
hugogogo
2022-05-01 21:07:11 +02:00
parent 858af3d1c1
commit 43852938c4
5 changed files with 47 additions and 34 deletions

View File

@@ -6,7 +6,7 @@
*/
/* nbr pixel player move */
# define PLR_MV 2
# define PLR_MV 1
/* degree of rotation of the player per press */
# define PLR_ROT 2
/* nbr key you can press at the same time */

View File

@@ -86,5 +86,7 @@ void draw(t_game *game);
void raycast(t_game *game, t_rcast *rcast);
// ray_intersect.c
void ray_intersect(t_game *game, t_rcast *rcast, t_vec *ray);
// draw_column.c
void draw_column(t_game *game, t_rcast *rcast);
#endif