Skip to main content

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

Hi ildede! Cool stuff!

Another way to increase speed testing is to modify this function in the crt.js module:

async sleep(ms){        
     return;      // skip pauses  
     ...  
}
:)