Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can't seem to prestige - I buy the thing, it brings up text about beginning again, and then gave me an error message about access denied to objects. Now it takes me back to the same ending 3 choices immediately every time

(+1)

That "access denied" error was caused by itch.io's iframe sandbox silently blocking browser confirmation dialogs — so the restart was never able to execute. I've just pushed a fix: the button now uses a two-tap confirmation instead of a browser dialog, so it should work properly now. Thanks for reporting it!