fix: Decreased the number of barricades

This commit is contained in:
Theo Champion 2025-09-22 17:22:02 +02:00
parent c146fc1731
commit d34d4404e0
6 changed files with 14 additions and 18 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:59:37 by kcolin #+# #+# */
/* Updated: 2025/09/18 12:51:43 by tchampio ### ########.fr */
/* Updated: 2025/09/22 17:17:23 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -30,7 +30,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[7];
t_img_data *barricades_texture[6];
t_img_data *img_data;
t_img_data *point_figures[10];
t_img_data *perk_logos[3];