feat: Water shader contact

This commit is contained in:
2026-06-09 16:53:45 +02:00
parent ff2ab17a50
commit 296c2bf68a
14 changed files with 4434 additions and 737 deletions

View File

@@ -88,6 +88,7 @@ public class PlayerDie : MonoBehaviour
Player.Instance.Pause();
Player.Instance.SetState(Player.PlayerState.Loser);
transform.position = Player.Instance.transform.position;
transform.rotation = Player.Instance.transform.rotation;
_references.UI.gameObject.SetActive(true);
_respawned = true;
}