/usr/share/games/freeciv/misc/overlays.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 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.3-spec"
[info]
artists = "
Jason Dorje Short <jdorje@freeciv.org>
"
[file]
gfx = "misc/overlays"
[grid_main]
x_top_left = 2
y_top_left = 2
dx = 128
dy = 64
pixel_border=2
tiles = { "row", "column", "tag"
0, 0, "colors.overlay_0"
0, 1, "colors.overlay_1"
1, 0, "colors.overlay_2"
1, 1, "colors.overlay_3"
0, 2, "mask.worked_tile"
1, 2, "mask.unworked_tile"
}
|