From 9add408984464bd6b3cc018bb14c3d69ad0a2898 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 8 Oct 2024 19:56:08 +1100 Subject: New flying enemy that drops arrows --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61b0cf4..d91d34e 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ sources = \ physics.c \ plat.c \ player.c \ + projectile.c \ random.c \ rect.c \ render.c \ @@ -73,6 +74,7 @@ image_sources = \ $(int_dir)/rooms.bmp \ anim_sources = \ + $(int_dir)/arrow.anm \ $(int_dir)/demon_fly_left.anm \ $(int_dir)/demon_fly_right.anm \ $(int_dir)/demon_idle_left.anm \ @@ -83,6 +85,8 @@ anim_sources = \ $(int_dir)/demon_walk_right.anm \ $(int_dir)/fade_in.anm \ $(int_dir)/fade_out.anm \ + $(int_dir)/fly_left.anm \ + $(int_dir)/fly_right.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