/usr/share/games/freeciv/amplio2/maglev.spec is in freeciv-data 2.5.3-1.
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.5-spec"
[info]
artists = "
Marko Lindqvist
"
[file]
gfx = "amplio2/maglev"
[grid_main]
x_top_left = 0
y_top_left = 0
dx = 96
dy = 48
pixel_border = 1
tiles = { "row", "column", "tag"
0, 0, "road.maglev_isolated"
0, 1, "road.maglev_n"
0, 2, "road.maglev_ne"
0, 3, "road.maglev_e"
0, 4, "road.maglev_se"
0, 5, "road.maglev_s"
0, 6, "road.maglev_sw"
0, 7, "road.maglev_w"
0, 8, "road.maglev_nw"
}
|