Made the rotation global

This commit is contained in:
2024-09-09 13:19:38 -05:00
parent d2de7a91cc
commit 95e028ee0a

View File

@ -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():