Skip to main content

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

Also, where would i find the code for making the particle explosions when a block dies? I'm trying to minimize lag (because I'm setting other values way too high).

searching "deaths:" in the minified source should get you there, it's a function of the current time + a list of recent block deaths

planning to add a toggle to disable these particles + the damage numbers :)