mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat: added door in the game (can't open right now)
This commit is contained in:
parent
94f018d23b
commit
ebd4b282cf
7 changed files with 272 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue