From d2de7a91cc458e975c2ecd9483efa12aa91e70a9 Mon Sep 17 00:00:00 2001 From: techrunner Date: Mon, 9 Sep 2024 13:19:17 -0500 Subject: [PATCH] Set player rotation to spawn points rotation --- Assets/scripts/player.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/scripts/player.gd b/Assets/scripts/player.gd index 11bd2d5..6dff445 100644 --- a/Assets/scripts/player.gd +++ b/Assets/scripts/player.gd @@ -130,6 +130,7 @@ func recover(): func respawn(): global_position = GlobalSettings.SpawnPoint + rotation = GlobalSettings.SpawnRotation #Timers func _on_coughing_timer_timeout():