basic aim assist system
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 19s
Create tag and build when new code gets to main / Test (push) Successful in 7m42s
Create tag and build when new code gets to main / Export (push) Successful in 10m3s

This commit is contained in:
2026-02-08 20:34:54 +01:00
parent c4be97e0de
commit 3148d3b69b
8 changed files with 91 additions and 0 deletions

View File

@@ -361,6 +361,11 @@ public partial class HeadSystem : Node3D
return GetGlobalTransform().Basis.Z;
}
public Vector3 GetGlobalForwardVector()
{
return _camera.GlobalBasis.Z;
}
public Vector3 GetGlobalLookRotation()
{
return new Vector3(