Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I am actually not that savvy haha. The error I get on vivaldi reads:

Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.

    at loadSettings (https://html-classic.itch.zone/html/11606410/main.js:1112:22)

    at https://html-classic.itch.zone/html/11606410/main.js:1937:1


It might most likely be the fault of some of my privacy addons, but I have the same ones on mozilla too, so not sure what is going on. 

(+1)

Ah yes that helps, thank you! I can put in an error handler for that. All it means is that your privacy settings prevent the game from storing data in the browser, which means your settings don't get saved between runs (and you lose any unlockable content you've gotten when you close the tab). Not a huge deal for this game since it's so short.