Skip to main content

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

Hey! I've been playing this game for a while, and once I beat it I started to mess with the code. I was just wondering if I could maybe get my hands on an unminimized version, as that would probably make it a lot easier to mess around with some stuff! If not, that's totally fine, but I would really appreciate it if I could!

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 :)

hey glad you're enjoying it :) pre-release builds are shared in the #releases channel in discord, i'm not formally releasing the source but i might drop an un-minified build there if you'd like to check it out