clickercookie / clickercookie.github.io

A totally original game about clicking a cookie
GNU General Public License v3.0
3 stars 0 forks source link

make loading saves better #17

Closed FifthTundraG closed 5 months ago

FifthTundraG commented 5 months ago

Currently, saves.loadAutoSave() and saves.importReadData() contain much of the same function. This creates unnecessary garbage when working on how saves are loaded, and should be addressed by making a saves.loadSave() function as opposed to this system.