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

That was a really good idea and it really looks the part in implementation! Really you want to be keeping your sprites to 8x8 (or a multiplication of that) anyway for authenticity's sake, so this seems like a great solution to it without diving into shaders.

Nicely done!

thank you! Btw, I didn't mean it only works on 8x8 sprites or multiples of 8x8. At the moment, it only works with configurations of one single 8x8 sprite. Larger configurations of 8x8 sprites (like the player in your project) have larger minimum and maximum numbers of tiles they could intersect with, requiring more calculations and more tiles to be spawned on the color layer. I haven't figured out a way to automate that, so I have to calculate and manually edit each object that would have to cause clash.