From 595b778066dd7b8f1c81f79296ca7f6edce66ce5 Mon Sep 17 00:00:00 2001 From: En Yi Date: Sun, 31 Aug 2025 18:08:52 +0800 Subject: [PATCH] Tweak swim hitbox for new sprites --- scenes/game_systems.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/game_systems.c b/scenes/game_systems.c index 8d32e49..f655fd1 100644 --- a/scenes/game_systems.c +++ b/scenes/game_systems.c @@ -566,7 +566,7 @@ void player_bbox_update_system(Scene_t* scene) p_hurtbox->size = p_bbox->size; p_hurtbox->size.x *= EXTENDED_WIDTH_FACTOR; p_hitbox->boxes[0].width = extended_width; - p_hitbox->boxes[1].width = extended_width + 4; + p_hitbox->boxes[1].width = extended_width; AnchorPoint_t anchor = p_mstate->x_dir > 0 ? AP_TOP_RIGHT : AP_TOP_LEFT; Vector2 offset = shift_bbox(