/usr/share/games/freeciv/isophex/darkness.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 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.3-spec"
[info]
artists = "
Tim F. Smith <yoohootim@hotmail.com>
Andreas Røsdal <andrearo@pvv.ntnu.no> (hex mode)
Daniel Speyer <dspeyer@users.sf.net>
"
[file]
gfx = "isophex/darkness"
[grid_main]
x_top_left = 1
y_top_left = 1
dx = 64
dy = 32
pixel_border = 1
tiles = { "row", "column","tag"
0, 0, "tx.darkness_n"
0, 1, "tx.darkness_e"
0, 2, "tx.darkness_se"
1, 0, "tx.darkness_s"
1, 1, "tx.darkness_w"
1, 2, "tx.darkness_nw"
}
|