davidje13 / koth-webplayer

Framework for King-of-the-Hill Javascript competitions
MIT License
7 stars 7 forks source link

Store display preferences in local storage #3

Open davidje13 opened 7 years ago

davidje13 commented 7 years ago

When display preferences for a game are changed, they should be saved in the local storage and override the game defaults on subsequent loads. This should not apply to the game configuration.

This must be stored per-game and should include a mechanism to revert to the standard configuration if desired.