From 0e75a2949678cb8a68fb0819355864aa6db2cb43 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 5 Oct 2024 12:13:47 +1000 Subject: Level transitions and main menu --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b6252e..b7582d1 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ sources = \ deathzone.c \ effect.c \ enemy.c \ + game.c \ hud.c \ map.c \ maths.c \ @@ -80,6 +81,8 @@ anim_sources = \ $(int_dir)/demon_jump_right.anm \ $(int_dir)/demon_walk_left.anm \ $(int_dir)/demon_walk_right.anm \ + $(int_dir)/fade_in.anm \ + $(int_dir)/fade_out.anm \ $(int_dir)/guy_fall_left.anm \ $(int_dir)/guy_fall_right.anm \ $(int_dir)/guy_idle_left.anm \ -- cgit v1.2.3-54-g00ecf