Skip to main content

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

Many thanks to you as well! Nina and Randy did wonderful work, and I feel bad for having to render the clouds so brightly tinted for fg/bg contrast reasons. The sprites were even more gorgeous in their original palettes.

I did some testing in Vivaldi (coincidentally on Linux too) and didn't run into any problems there, but I'm intereested in what might cause the game to fail to load. If you can still make that error happen, and assuming you know a bit of web dev, I'd appreciate if you could take a look at the developer console. The game doesn't really surface many errors in the UI, so any information about what went wrong will probably only appear in the console.

As for the gamepad support, I've read that it is wonky in Firefox on Linux. I was able to read the left thumbstick of my Xbox 360 pad, but all the other buttons and the right stick were wildly out of order. It's disappointing if the left stick isn't even reliably working across different gamepads. But yeah, apparently that's better supported on Windows.

(+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.