The game in question is a 2d top-down rpg styled game based off of Heartbeast's tutorial from YouTube from this link.
The question I have is how to make a saving system that allows me to save the location of preset coordinates from a certain scene to be used in the continue screen containing save slots. The way I am wanting to trigger this saving process is through an area2d with collision2d resembling a circle of light in certain scenes that when used trigger a separate pause menu that displays the save slots to be edited through presses of the buttons to edit the location stored in them and change their name from empty to the name of the scene its saved for.
This game doesn't involve story progress or player items as the design is a simple dungeon crawler. This saving system is to help keep progress of the current floor the player has traveled through these predetermined spots.
I am still fairly new to scripting, so any code provided would be greatly appreciated. I am familiar to making a basic pause menu.