Godot Version
4.6
Question
i wanted to do a scene transition where if you clicked inside the collisionshape of an area2d you would go to other scene. the thing is that i know how to do that.
*The catch is that when you click at this same input to go back to the first world it goes to the original location where the player was originaly brfore moving but i wanted to make that when you clicked the input inside the area2d to go back to the first scene mentioned you would be at the same position you were before clicking to go to the second scene mentioned.*
could someone help me?