From a5f6618cd6a692eda3acd934b71355959b388518 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 1 Oct 2024 18:59:53 +1000 Subject: the enemy can hurt the player now --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0a7b45..ef3f82b 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,8 @@ anim_sources = \ $(int_dir)/guy_slash_right.anm \ $(int_dir)/slash_left.anm \ $(int_dir)/slash_right.anm \ + $(int_dir)/smol_slash_left.anm \ + $(int_dir)/smol_slash_right.anm \ objects = $(sources:%.c=%.o) images = $(image_sources:$(int_dir)/%.bmp=$(data_dir)/%.img) -- cgit v1.2.3-54-g00ecf