I set up 4 save slots in my game and I can save and load each one just fine but I need to be able to show the names and progress of all slots together on the menu screen. This would require having an array independent from the 4 saves that I can save and load on the menu screen. I understand how to load a project file array to an array using ajax but I don't know how to write/change the project file itself. Download just downloads a new file each time and I don't want to do that.
Develop games in your browser. Powerful, performant & highly capable.
I just read a tutorial on making savegames and just realized the saves are stored in local storage. I thought they were stored as project files. I'm gonna mess around with this and see what I can do with it.
good luck you got this !!!!