yairm210 / Civ-IV

A Civ IV mod for Unciv
27 stars 18 forks source link

Add Unit Tilesets #68

Closed RobLoach closed 3 weeks ago

RobLoach commented 3 weeks ago

This adds a few of the unit tilesets for HexaRealm and FantaxyHex.

yairm210 commented 3 weeks ago

Ideally we should not be getting game, game2 etc because this leads to more texture swapping - see here Please place these under Images.Tilesets instead of Images

yairm210 commented 3 weeks ago

Actually checking the output I see this images are not the cause - we should probably split other images, such as construction icons, into different folders instead This PR is good as is

yairm210 commented 3 weeks ago

Alpha frontier is a good example of a mod that splits its images to create more focused packed images, if you need an example

RobLoach commented 3 weeks ago

Having a Images.Tileset, along with splitting Building/Unit icons to Images.Constructions, results in the number of images going from 3 to 5. But I think the change makes sense.

RobLoach commented 3 weeks ago

Going to merge this for now. We can tweak the tileset setups afterwards. Down for any changes there.