gd: made wall jump more intuitive and act like a double jump
This commit is contained in:
@ -29,4 +29,9 @@ public partial class HeadSystem : Node3D
|
||||
|
||||
_camera.Rotation = currentCameraRotation;
|
||||
}
|
||||
|
||||
public Vector3 GetForwardHorizontalVector()
|
||||
{
|
||||
return GetGlobalTransform().Basis.Z;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user