SWY1985 / CivOne

An open source implementation of Sid Meier's Civilization.
http://www.civone.org/
Creative Commons Zero v1.0 Universal
244 stars 49 forks source link

Small fixes to tile yield and text rendering on city tiles #391

Closed jakobmulvad closed 7 years ago

jakobmulvad commented 7 years ago

The 1 (possibly other numbers as well) rendered on the city tile was off by 1 pixel. This fixes that and eliminates the need for your city.Size > 9 special case.

Other than that I made small fixes to tile yields.

SWY1985 commented 7 years ago

Thank you for your contribution.