From 1562dd67d16d328e919db28cfd48206c8c868fe4 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Sun, 31 Aug 2025 19:24:24 +0300 Subject: Added hitbox/hurtbox system - Made the entity struct much smaller --- include/barrel_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/barrel_data.h') diff --git a/include/barrel_data.h b/include/barrel_data.h index 0db5fdd..97a13db 100644 --- a/include/barrel_data.h +++ b/include/barrel_data.h @@ -4,7 +4,7 @@ static const Rectangle physicsCollider = (Rectangle) { .x = NO_OFFSET, .y = NO_OFFSET, .width = 100, - .height = 100 + .height = 120 }; static const Rectangle destRect = (Rectangle) { -- cgit v1.2.3