Trying to figure out why my teleportation code resulted in the player not being able to move. I wrote the following code:
As it turns out, _physics_process was no longer being called on the player. I’m not really sure why this is happening, but calling set_physics_process(true) fixes the issue: