aboutsummaryrefslogtreecommitdiff
path: root/JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-02-18 14:36:46 +0800
committerchai <chaifix@163.com>2022-02-18 14:36:46 +0800
commita41c8da0787e0285d4c5b16a5cf5bc3e7a34f521 (patch)
tree7d836b0e2a4335236eb3803531833a1bb0dcd2ee /JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts
parente5d082b220eaa4351086b27607231f5df01a0903 (diff)
*misc
Diffstat (limited to 'JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts')
-rw-r--r--JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts/FPSCharacterController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts/FPSCharacterController.cs b/JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts/FPSCharacterController.cs
index cbb3bf0..a6d844f 100644
--- a/JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts/FPSCharacterController.cs
+++ b/JamHelper/Assets/JamTools/FPSControllerVelocity/Scripts/FPSCharacterController.cs
@@ -56,6 +56,7 @@ namespace JamTools
[SerializeField] private float m_MoveSmooth = 0.2f;
private Vector3 m_MoveDirection;
private bool m_ReadyMoveAround = false;
+ [SerializeField] private bool m_HeadBobbing = false;
[Header("Move In Air")]
[SerializeField] private float m_MoveSpeedInAir = 50f;