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

Really wonderful! But is it me doing something wrong, cause when I try to export the image, it always seems to cut part of it off, like the end of straws or leaves? When I make the generator fullscreen, everything is visible, but when exporting it still cuts some parts off.

Edit: Oh, it's only png, that has that issue. SVG's exports everything. I'll just use that then.

(+1)

For PNG export, it calculates a bounding square based on the radius of the circle, and long stuff (mostly grass) often get cut off.  Making the bounding square larger would reduce the resolution of resulting images. SVGs don't have this problem, so yeah, I recommend using them.

(+1)

Thank you for explaining this, and thank you for all your great generators!