feat: levels finished except ending *

TODO:
feat:
- ultimate ketchup ending
fix:
- fix firsk left run animation
- fix firsk attack animation
- check if all the memclasses make sense
- norminette
This commit is contained in:
mcolonna 2024-04-19 23:07:15 +02:00
parent f7ebb6b70c
commit 34cce6a5c0
17 changed files with 102 additions and 15 deletions

View file

@ -6,7 +6,7 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/26 15:26:13 by mcolonna #+# #+# */
/* Updated: 2024/04/19 19:39:18 by mcolonna ### ########.fr */
/* Updated: 2024/04/19 23:08:32 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */
@ -19,7 +19,7 @@
# define FPS 20
# define TEXT_SPACE 9
# define LEVEL_COUNT 3
# define LEVEL_COUNT 10
extern const t_const_string g_levels[LEVEL_COUNT];
typedef struct s_env