Warp traps and tidying up the house

This commit is contained in:
2025-12-04 10:53:21 +00:00
parent e0c93be280
commit 00a433132b
38 changed files with 4036 additions and 192 deletions

View File

@@ -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;