/usr/share/games/freeciv/isophex/grid.spec is in freeciv-data 2.4.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.3-spec"
[info]
artists = "
Jason Dorje Short <jdorje@freeciv.org>
"
[file]
gfx = "isophex/grid"
[grid_main]
x_top_left = 1
y_top_left = 1
dx = 64
dy = 32
pixel_border = 1
tiles = { "row", "column", "tag"
0, 0, "grid.main.we"
1, 0, "grid.main.ns"
2, 0, "grid.main.ud"
0, 1, "grid.city.we"
1, 1, "grid.city.ns"
2, 1, "grid.city.ud"
0, 2, "grid.worked.we"
1, 2, "grid.worked.ns"
2, 2, "grid.worked.ud"
0, 3, "grid.unavailable"
1, 3, "grid.nonnative"
0, 4, "grid.selected.we"
1, 4, "grid.selected.ns"
2, 4, "grid.selected.ud"
0, 5, "grid.coastline.we"
1, 5, "grid.coastline.ns"
2, 5, "grid.coastline.ud"
3, 0, "grid.borders.n"
3, 1, "grid.borders.s"
3, 2, "grid.borders.w"
3, 3, "grid.borders.e"
3, 4, "grid.borders.u"
3, 5, "grid.borders.d"
}
|