Home
last modified time | relevance | path

Searched refs:unit_upkeep_offset_y (Results 1 – 20 of 20) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/data/
H A Disotrident.tilespec72 ;unit_upkeep_offset_y = 0
74 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
75 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Disophex.tilespec73 ;unit_upkeep_offset_y = 0
75 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
76 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dhex2t.tilespec73 ;unit_upkeep_offset_y = 0
75 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
76 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dhexemplio.tilespec76 ;unit_upkeep_offset_y = 0
78 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
79 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dtrident.tilespec71 ;unit_upkeep_offset_y = 0
73 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
74 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dcimpletoon.tilespec73 ;unit_upkeep_offset_y = 0
75 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
76 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Damplio2.tilespec70 ;unit_upkeep_offset_y = 0
72 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
73 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dtoonhex.tilespec78 ;unit_upkeep_offset_y = 0
80 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
81 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
/dports/games/freeciv-nox11/freeciv-2.6.6/data/
H A Disotrident.tilespec72 ;unit_upkeep_offset_y = 0
74 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
75 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dhex2t.tilespec73 ;unit_upkeep_offset_y = 0
75 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
76 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Disophex.tilespec73 ;unit_upkeep_offset_y = 0
75 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
76 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Damplio2.tilespec70 ;unit_upkeep_offset_y = 0
72 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
73 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dhexemplio.tilespec76 ;unit_upkeep_offset_y = 0
78 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
79 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dcimpletoon.tilespec73 ;unit_upkeep_offset_y = 0
75 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
76 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dtrident.tilespec71 ;unit_upkeep_offset_y = 0
73 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
74 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
H A Dtoonhex.tilespec78 ;unit_upkeep_offset_y = 0
80 ; Like unit_upkeep_offset_y, but to be used in case there`s only small
81 ; space for the overall icon produced. Defaults to unit_upkeep_offset_y -
/dports/games/freeciv/freeciv-2.6.6/doc/
H A DREADME.graphics133 unit_upkeep_offset_y : Gives an offset from the unit origin at which to draw
142 Like unit_upkeep_offset_y, but to be used in case there's only small
143 space for the overall icon produced. Defaults to unit_upkeep_offset_y -
/dports/games/freeciv-nox11/freeciv-2.6.6/doc/
H A DREADME.graphics133 unit_upkeep_offset_y : Gives an offset from the unit origin at which to draw
142 Like unit_upkeep_offset_y, but to be used in case there's only small
143 space for the overall icon produced. Defaults to unit_upkeep_offset_y -
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dtilespec.c499 int unit_upkeep_offset_y; member
830 return t->unit_upkeep_offset_y; in tileset_unit_layout_offset_y()
2050 t->unit_upkeep_offset_y = secfile_lookup_int_default(file, tileset_tile_height(t), in tileset_read_toplevel()
2052 t->unit_upkeep_small_offset_y = secfile_lookup_int_default(file, t->unit_upkeep_offset_y, in tileset_read_toplevel()
2069 && t->unit_upkeep_offset_y != tileset_tile_height(t)) { in tileset_read_toplevel()
2070 t->unit_upkeep_offset_y = t->scale * t->unit_upkeep_offset_y; in tileset_read_toplevel()
2073 && t->unit_upkeep_small_offset_y != t->unit_upkeep_offset_y) { in tileset_read_toplevel()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dtilespec.c499 int unit_upkeep_offset_y; member
830 return t->unit_upkeep_offset_y; in tileset_unit_layout_offset_y()
2050 t->unit_upkeep_offset_y = secfile_lookup_int_default(file, tileset_tile_height(t), in tileset_read_toplevel()
2052 t->unit_upkeep_small_offset_y = secfile_lookup_int_default(file, t->unit_upkeep_offset_y, in tileset_read_toplevel()
2069 && t->unit_upkeep_offset_y != tileset_tile_height(t)) { in tileset_read_toplevel()
2070 t->unit_upkeep_offset_y = t->scale * t->unit_upkeep_offset_y; in tileset_read_toplevel()
2073 && t->unit_upkeep_small_offset_y != t->unit_upkeep_offset_y) { in tileset_read_toplevel()