Warp traps and tidying up the house
This commit is contained in:
@@ -5,9 +5,9 @@ public class HeadBobber : MonoBehaviour
|
||||
[Header("Settings")]
|
||||
public float bobSpeed = 14f; // How fast the head bobs
|
||||
public float bobAmount = 0.05f; // How high/low the head goes
|
||||
|
||||
|
||||
[Tooltip("Reference to the parent player object")]
|
||||
public CharacterController playerController;
|
||||
public CharacterController playerController;
|
||||
|
||||
private float defaultPosY = 0;
|
||||
private float timer = 0;
|
||||
|
||||
Reference in New Issue
Block a user