now that's an animation
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 20s
Create tag and build when new code gets to main / Export (push) Successful in 9m57s

This commit is contained in:
2026-01-19 23:15:40 +01:00
parent 837b3d7705
commit 87a9fad005
5 changed files with 238 additions and 2 deletions

View File

@@ -1735,6 +1735,13 @@ public partial class PlayerController : CharacterBody3D,
}
if (!WeaponSystem.InHandState.Active) return;
PerformHit();
}
public void PerformHit()
{
HeadSystem.OnHit();
var bodies = WeaponHitbox.GetOverlappingBodies();
foreach (var body in bodies)
{