Been experimenting with saving and loading, and am now looking for a way to clear save slots (like a slot reset).
any way to do that, or any alternatives?
I think this has been asked before and the answer is that you can't! Instead, just ignore the slot you want to clear or overwrite it.
Develop games in your browser. Powerful, performant & highly capable.
thanks! someone should really make an addon for this.
Just been reading this:
construct.net/en/tutorials/savegames-11
What you can do instead is save the game state to JSON, then save that manually to e.g. local storage - then you _could_ delete it.
would this method work for multiple save slots, though?
With Local Storage you can save anything you want and delete any keys you want. So yes, you can save any number of slots.