Skip to content

Commit

Permalink
adding doors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesim Zaim committed Feb 7, 2024
1 parent 18f2d40 commit cf9d21c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parser/parse_elements.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: yzaim <[email protected]> +#+ */
/* +#+ */
/* Created: 2024/01/08 15:43:19 by yzaim #+# #+# */
/* Updated: 2024/02/07 16:42:32 by yzaim ######## odam.nl */
/* Updated: 2024/02/07 16:49:17 by yzaim ######## odam.nl */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -135,6 +135,7 @@ int input_sprite_texture_path(t_sprite **sprites_array, uint32_t *i ,char *conte
int input_door_path(t_door *doors, char *content)
{
doors->tex.tex_path = content;
return (EXIT_SUCCESS);
}

int handle_element(t_meta *meta, t_element_type type, char *flag, char *content)
Expand Down

0 comments on commit cf9d21c

Please sign in to comment.