feat: adding the list

This commit is contained in:
Raphael 2024-11-22 15:35:25 +01:00
parent 646a95451d
commit 6cee3288cf
4 changed files with 106 additions and 70 deletions

View file

@ -28,7 +28,7 @@ t_img *mlx_load_image(t_info *info, char *path)
bool mlx_load_all_textures(t_info *info)
{
size_t i;
i = 0;
info->map.texture[0] = mlx_load_image(info, "../textures/a.xpm");
info->map.texture[1] = mlx_load_image(info, "../textures/b.xpm");