Skip to main content

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

You might have to change the const variables if your stuff is stored somewhere else. This is where I found mine: 


So you might have to change the following if yours isn't the same. :)

const DB_NAME = "/userfs";
const STORE_NAME = "FILE_DATA";
 const MATCH = "/drawings/";