devkennyy / rungeon

🏃‍♂️Open source, puzzle based adventure game in your browser
https://rungeon.live/
GNU General Public License v3.0
17 stars 21 forks source link

Better way to control themes #114

Open devkennyy opened 2 years ago

devkennyy commented 2 years ago

We should probably use a database instead of local storage or create a better controller.

Shabbyconnor commented 2 years ago

For user specific settings/preferences like theme or stage I would suggest sticking with local storage. It's just not necessary to make a database for such unimportant information.

Once we have some sort of login, then we should use a database