mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
enhancement: Added a nuzzle flash for the gun
This commit is contained in:
parent
b94e722ab9
commit
c3cb34c3bb
6 changed files with 6695 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue