C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
33 stars 9 forks source link

370 - Add Kyriakos's Persian city graphics, fix custom graphics #381

Closed QuintillusCFC closed 1 year ago

QuintillusCFC commented 1 year ago

Since these are a different size (600x547) than the base ones (501x380), a code update is also needed. Most of the extra size is pink space, so I think it's mostly just giving it a bigger possible canvas.

Checking with the Manhattan graphics, arbitrary size city graphics are supported in Civ3, so we should support that as well. We might need a flag for high-res when we get to that, but can cross that bridge when it's time to do so.

Also fixed custom graphics not displaying since that had been broken in a merge into #140 prior to merging it.

Closes #370 Closes #380

QuintillusCFC commented 1 year ago

Self-reviewed after 13 days; merging.