enhancement: Added a nuzzle flash for the gun

This commit is contained in:
Theo Champion 2025-09-16 15:59:07 +02:00
parent b94e722ab9
commit c3cb34c3bb
6 changed files with 6695 additions and 8 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:59:37 by kcolin #+# #+# */
/* Updated: 2025/09/10 15:58:56 by tchampio ### ########.fr */
/* Updated: 2025/09/16 15:13:28 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -39,6 +39,7 @@ typedef struct s_cub3d_data
t_player player;
t_keypresses keypresses;
int *screen_matrix;
int last_since_shoot; // temp
int delta;
int last_tick;
t_sprite **sprite_list;