feat(barricades): added multiple textures for the barricades

This commit is contained in:
Theo Champion 2025-09-10 15:02:54 +02:00
parent 40e71b4616
commit 5591ebd937
10 changed files with 992 additions and 7 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:59:37 by kcolin #+# #+# */
/* Updated: 2025/09/09 09:55:15 by tchampio ### ########.fr */
/* Updated: 2025/09/10 14:56:37 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -29,7 +29,7 @@ typedef struct s_cub3d_data
t_img_data *so_texture;
t_img_data *we_texture;
t_img_data *ea_texture;
t_img_data *barricades_texture;
t_img_data *barricades_texture[7];
t_img_data *img_data;
t_img_data *point_figures[10];
t_img_data *perk_logos[3];