On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sorry to see this. Could you check developer console (F12) and see if it has any errors? There will be a bunch of warnings saying "Returning existing sound" which is fine that's just a thing in my engine I didn't remove. I'm expecting a red error message from index.js.

Also is this AFTER clicking the itch.io "Run Game" button?

Yes, AFTER clicking run button:

(1 edit)

Ah OK, so that's because you have Chrome set to block cookies. I can work around the problem so it runs, but you wouldn't get saved progress.

I'll let you know when I upload a fix.

(1 edit)

Ok, so I enabled cookies and now have this:

No text =/ And there were no any errors in the console other than returning existing sound you mentioned.


Edit: Which wasn't a problem, I still finished all 10 levels :D

OK, so there seems to be a lot of issues with the text. I've actually seen it once and it was fine after a reload. So I do think it's just trying to do something with text before it's actually loaded. Because it's just CanvasAPI and I have to recolor it per pixel on another canvas, it wouldn't know there's no image yet and my code probably just assumes it's loaded. It may even be the same issue as CrankyCranton, just his canvases start with random data... I'll maybe upload another fix on Friday.

Anyway, I uploaded a new version which allows you to have cookies off. It just won't save your progress between page reloads.

I'm glad you could play it finally, haha! Thank you. :)