Skip to main content

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

Uniform PNG Size

A topic by Wolfinton created Jun 27, 2023 Views: 414 Replies: 1
Viewing posts 1 to 2
(+1)

When I generate a city, it looks like every city is the same size, but when I download the PNG every image is a different size. Is there a way to download each city as the same size image (except by screenshotting the page)?


For reference, my intention is to put the same hex grid over each map, instead of having to make a new one for each map.

Developer(+1)

Every city is exported in the maximum possible resolution (~4Kx4K) no matter how big it is in meters. As a result, they all are exported in different scales. I'll think how it could be resolved.