home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2009 January / active01.iso / Pramogos / Freeciv-2.1.7-win32-gtk2-setup.exe / data / amplio / grid.spec < prev    next >
Encoding:
Text File  |  2008-11-23  |  742 b   |  44 lines

  1.  
  2. [spec]
  3.  
  4. ; Format and options of this spec file:
  5. options = "+spec3"
  6.  
  7. [info]
  8.  
  9. artists = "
  10.     Jason Dorje Short <jdorje@freeciv.org>
  11.     Hogne H├Ñskjold    <hogne@freeciv.org>
  12.     Eleazar / J. W. Bjerk <www.jwbjerk.com>
  13. "
  14.  
  15. [file]
  16. gfx = "amplio/grid"
  17.  
  18. [grid_main]
  19.  
  20. x_top_left = 1
  21. y_top_left = 1
  22. dx = 96
  23. dy = 48
  24. pixel_border = 1
  25.  
  26. tiles = { "row", "column", "tag"
  27.   0, 0, "grid.main.we"
  28.   1, 0, "grid.main.ns"
  29.   0, 1, "grid.city.we"
  30.   1, 1, "grid.city.ns"
  31.   0, 2, "grid.worked.we"
  32.   1, 2, "grid.worked.ns"
  33.   0, 3, "grid.unavailable"
  34.   0, 4, "grid.selected.we"
  35.   1, 4, "grid.selected.ns"
  36.   0, 5, "grid.coastline.we"
  37.   1, 5, "grid.coastline.ns"
  38.  
  39.   2, 0, "grid.borders.n"
  40.   2, 1, "grid.borders.s"
  41.   2, 2, "grid.borders.w"
  42.   2, 3, "grid.borders.e"
  43. }
  44.