Set player rotation to spawn points rotation

This commit is contained in:
2024-09-09 13:19:17 -05:00
parent c49e3030d3
commit d2de7a91cc

View File

@ -130,6 +130,7 @@ func recover():
func respawn(): func respawn():
global_position = GlobalSettings.SpawnPoint global_position = GlobalSettings.SpawnPoint
rotation = GlobalSettings.SpawnRotation
#Timers #Timers
func _on_coughing_timer_timeout(): func _on_coughing_timer_timeout():