feat: added door in the game (can't open right now)

This commit is contained in:
Theo Champion 2025-09-30 17:50:49 +02:00
parent 94f018d23b
commit ebd4b282cf
7 changed files with 272 additions and 9 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:59:37 by kcolin #+# #+# */
/* Updated: 2025/09/22 17:17:23 by tchampio ### ########.fr */
/* Updated: 2025/09/30 17:32:50 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -36,6 +36,7 @@ typedef struct s_cub3d_data
t_img_data *perk_logos[3];
t_img_data *tally_marks[5];
t_img_data *round_figures[10];
t_img_data *door_texture;
t_mapdata *map;
t_player player;
t_keypresses keypresses;