Set player rotation to spawn points rotation
This commit is contained in:
@ -130,6 +130,7 @@ func recover():
|
||||
|
||||
func respawn():
|
||||
global_position = GlobalSettings.SpawnPoint
|
||||
rotation = GlobalSettings.SpawnRotation
|
||||
|
||||
#Timers
|
||||
func _on_coughing_timer_timeout():
|
||||
|
||||
Reference in New Issue
Block a user