feat: adding the list
This commit is contained in:
parent
646a95451d
commit
6cee3288cf
4 changed files with 106 additions and 70 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue