Skip to content

Commit 6b9f347

Browse files
committed
upt start anim, add assets
1 parent 14a79c5 commit 6b9f347

6 files changed

Lines changed: 6112 additions & 5 deletions

File tree

assets/texture/start2.xpm

Lines changed: 1198 additions & 0 deletions
Large diffs are not rendered by default.

assets/texture/start3.xpm

Lines changed: 1199 additions & 0 deletions
Large diffs are not rendered by default.

assets/texture/start4.xpm

Lines changed: 1211 additions & 0 deletions
Large diffs are not rendered by default.

assets/texture/start5.xpm

Lines changed: 1218 additions & 0 deletions
Large diffs are not rendered by default.

assets/texture/start6.xpm

Lines changed: 1281 additions & 0 deletions
Large diffs are not rendered by default.

includes/menu.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ typedef struct s_texture t_texture;
2929
# define CUBE5 "./assets/texture/cube5.xpm"
3030

3131
# define START1 "./assets/texture/start1.xpm"
32-
# define START2 "./assets/texture/start1.xpm"
33-
# define START3 "./assets/texture/start1.xpm"
34-
# define START4 "./assets/texture/start1.xpm"
35-
# define START5 "./assets/texture/start1.xpm"
36-
# define START6 "./assets/texture/start1.xpm"
32+
# define START2 "./assets/texture/start2.xpm"
33+
# define START3 "./assets/texture/start3.xpm"
34+
# define START4 "./assets/texture/start4.xpm"
35+
# define START5 "./assets/texture/start5.xpm"
36+
# define START6 "./assets/texture/start6.xpm"
3737

3838
# define EXIT1 "./assets/texture/exit1.xpm"
3939
# define EXIT2 "./assets/texture/exit2.xpm"

0 commit comments

Comments
 (0)