Author: cazfi
Date: Sun May 10 10:39:46 2015
New Revision: 29027

URL: http://svn.gna.org/viewcvs/freeciv?rev=29027&view=rev
Log:
Corrected city_offset_x in hexemplio and derivatives.

See patch #6047

Modified:
    branches/S2_6/data/alio.tilespec
    branches/S2_6/data/hexemplio.tilespec
    branches/S2_6/data/toonhex.tilespec

Modified: branches/S2_6/data/alio.tilespec
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/alio.tilespec?rev=29027&r1=29026&r2=29027&view=diff
==============================================================================
--- branches/S2_6/data/alio.tilespec    (original)
+++ branches/S2_6/data/alio.tilespec    Sun May 10 10:39:46 2015
@@ -49,7 +49,7 @@
 activity_offset_y = 0
 
 ; offset the cities by this amount
-city_offset_x = 0
+city_offset_x = 15
 city_offset_y = 20
 
 ; offset the city bar text by this amount (from the city tile origin)

Modified: branches/S2_6/data/hexemplio.tilespec
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/hexemplio.tilespec?rev=29027&r1=29026&r2=29027&view=diff
==============================================================================
--- branches/S2_6/data/hexemplio.tilespec       (original)
+++ branches/S2_6/data/hexemplio.tilespec       Sun May 10 10:39:46 2015
@@ -48,7 +48,7 @@
 activity_offset_y = 0
 
 ; offset the cities by this amount
-city_offset_x = 0
+city_offset_x = 15
 city_offset_y = 20
 
 ; offset the city bar text by this amount (from the city tile origin)

Modified: branches/S2_6/data/toonhex.tilespec
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/toonhex.tilespec?rev=29027&r1=29026&r2=29027&view=diff
==============================================================================
--- branches/S2_6/data/toonhex.tilespec (original)
+++ branches/S2_6/data/toonhex.tilespec Sun May 10 10:39:46 2015
@@ -49,7 +49,7 @@
 activity_offset_y = 0
 
 ; offset the cities by this amount
-city_offset_x = 0
+city_offset_x = 15
 city_offset_y = 20
 
 ; offset the city bar text by this amount (from the city tile origin)


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to