diff --git a/Assets/scripts/player.gd b/Assets/scripts/player.gd index 6dff445..8571b4a 100644 --- a/Assets/scripts/player.gd +++ b/Assets/scripts/player.gd @@ -130,7 +130,7 @@ func recover(): func respawn(): global_position = GlobalSettings.SpawnPoint - rotation = GlobalSettings.SpawnRotation + global_rotation = GlobalSettings.SpawnRotation #Timers func _on_coughing_timer_timeout():