feat: Added perk logos to the left of the HUD

This commit is contained in:
Theo Champion 2025-09-03 16:38:38 +02:00
parent cd7d0ddcfc
commit 77a532a223
3 changed files with 39 additions and 2 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:59:37 by kcolin #+# #+# */
/* Updated: 2025/08/20 16:10:45 by tchampio ### ########.fr */
/* Updated: 2025/09/03 16:31:54 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -31,6 +31,7 @@ typedef struct s_cub3d_data
t_img_data *ea_texture;
t_img_data *img_data;
t_img_data *point_figures[10];
t_img_data *perk_logos[3];
t_mapdata *map;
t_player player;
t_keypresses keypresses;