diff options
author | quou <quou@disroot.org> | 2024-10-01 18:59:53 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-10-01 19:00:04 +1000 |
commit | a5f6618cd6a692eda3acd934b71355959b388518 (patch) | |
tree | 6f5d4813be49ccf9bab8740a14546e6ec3b6dd72 /Makefile | |
parent | 626a3850ebc4859cecb9b3a003c96b69c2fdf7f9 (diff) |
the enemy can hurt the player now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |