Trying to get my game to have an autosave when a level is completed so that if the player returns, they can then choose to "Continue" where they left off.
So, at the end of a level I have this Save function:
That should do it eh?
So when the player returns, the local storage checks to see if the information exists. If it does then it should position the "Continue" text in the proper spot, on screen.
And when the player clicks it...
It loads them to where they left off. Right?
I've uploaded my game to itch.io with an "in development" status so only I can see it, I've played the game on the Google Chrome browser and it's not saving. What step am I missing?