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 --- obj.h | 1 + 1 file changed, 1 insertion(+) (limited to 'obj.h') diff --git a/obj.h b/obj.h index 7cbb962..2b151b7 100644 --- a/obj.h +++ b/obj.h @@ -19,6 +19,7 @@ typedef struct { int anim; int grounded, headbutted, on_ramp, jumping; int cooldown, slashing; + int inv, hp; Face face; Rect rect; } Player; -- cgit v1.2.3-54-g00ecf