feat: Added new wall type (barricades)

This commit is contained in:
Theo Champion 2025-09-09 10:17:28 +02:00
parent d295c77360
commit 35b83e4ff7
6 changed files with 17 additions and 10 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:59:37 by kcolin #+# #+# */
/* Updated: 2025/09/05 20:26:30 by tchampio ### ########.fr */
/* Updated: 2025/09/09 09:55:15 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -29,6 +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 *img_data;
t_img_data *point_figures[10];
t_img_data *perk_logos[3];