diff options
author | BoredGuy <osome3717@gmail.com> | 2025-08-31 19:24:24 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-08-31 19:24:24 +0300 |
commit | 1562dd67d16d328e919db28cfd48206c8c868fe4 (patch) | |
tree | fe8f78e9d94ae55ff3868739dc359dd4629f8441 /include/barrel_data.h | |
parent | 8a7c25827624348ccd7a9ac8bf978e71117f8b75 (diff) |
Added hitbox/hurtbox system
- Made the entity struct much smaller
Diffstat (limited to 'include/barrel_data.h')
-rw-r--r-- | include/barrel_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |