Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

a neat idea, but once i get to level 5, the map becomes invisible and you kinda just lose. 

edit : actually, it fixed when i reloaded, but i think that means i spawned blindfolded. which feels REALLY bad

Weird, I can't figure out how to replicate that. Does it happen every time? Can you provide a screenshot?

Hmm, blindfolded should still leave you with vision range of 1, and should only be applied by conjurers after a turn's delay (or rogues with their flash bombs). I'll poke around a bit and see if I can figure it out. Maybe it happened on a strange level seed that glitched during level generation.

I've found a memory leak where shattered crystal graphics weren't being cleaned up between levels. I think that could eventually overwhelm a GPU until the browser drops the rendering context, which would cause the map to go blank until a page reload.

So I fixed the memory leak, and also added recovery handling to restore the rendering context if it does get dropped, so this shouldn't happen again. Thanks for the report!