mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
fix: Decreased the number of barricades
This commit is contained in:
parent
c146fc1731
commit
d34d4404e0
6 changed files with 14 additions and 18 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue