From 800559b72d31126ea6ae787f2b470f7824eafaa3 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 30 Sep 2024 19:08:22 +1000 Subject: player slash animation --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74ad6e3..7be7f78 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,8 @@ anim_sources = \ $(int_dir)/guy_jump_right.anm \ $(int_dir)/guy_run_left.anm \ $(int_dir)/guy_run_right.anm \ + $(int_dir)/guy_slash_left.anm \ + $(int_dir)/guy_slash_right.anm \ $(int_dir)/slash_right.anm \ $(int_dir)/slash_left.anm \ -- cgit v1.2.3-54-g00ecf