Added weapon hud

This commit is contained in:
Theo Champion 2025-09-08 10:36:52 +02:00
parent fe665eaa4e
commit 416b7a833d
4 changed files with 6674 additions and 3 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:59:37 by kcolin #+# #+# */
/* Updated: 2025/09/03 18:22:15 by tchampio ### ########.fr */
/* Updated: 2025/09/05 20:26:30 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -34,6 +34,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 *gun;
t_mapdata *map;
t_player player;
t_keypresses keypresses;