From 800559b72d31126ea6ae787f2b470f7824eafaa3 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 30 Sep 2024 19:08:22 +1000 Subject: player slash animation --- obj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obj.h') diff --git a/obj.h b/obj.h index 7f93ecc..57172f5 100644 --- a/obj.h +++ b/obj.h @@ -18,7 +18,7 @@ typedef struct { int frame; int anim; int grounded, headbutted, on_ramp, jumping; - int cooldown; + int cooldown, slashing; Face face; Rect rect; } Player; -- cgit v1.2.3-54-g00ecf