diff options
author | quou <quou@disroot.org> | 2024-10-05 12:13:47 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-10-05 12:13:47 +1000 |
commit | 0e75a2949678cb8a68fb0819355864aa6db2cb43 (patch) | |
tree | abeb4ecb53649e520e4fcc1652ad870e3d7175fa /Makefile | |
parent | 6cab1d56ad2b29a2556090f1f0ce7e2b72d5460a (diff) |
Level transitions and main menu
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |