Skip to main content

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

Thanks for the detailed response! I think this is helpful, where it seems to run into trouble is the dithering patterns retaining their white portion. Is there any way to kind of... "collapse" patterns into a single layer so it treats them like it does images? If not, I think this may still be useful to get what I'm thinking, just with a more image-based process instead of relying on the drawing tools. (This may end up looking better, anyway.)

Oh, I see!

If you want to "flatten" an image that contains the 1-bit patterns into just pattern 0 and pattern 1, make a selection with the drawing tools and then use "Edit -> Invert" from the menu twice. You can do the equivalent programmatically on a canvas with the "canvas.invert[]" function.