mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat(barricades): added multiple textures for the barricades
This commit is contained in:
parent
40e71b4616
commit
5591ebd937
10 changed files with 992 additions and 7 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue