/usr/share/games/freeciv/trident/explosions.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 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.3-spec"
[info]
artists = "
Explosions from xgalaga <http://rumsey.org/xgal.html>
Credits:
Joe Rumsey <ogre@atomic.com>
Mike McGrath <mcgrath@epx.cis.umn.edu>
"
[file]
gfx = "trident/explosions"
[grid_main]
x_top_left = 0
y_top_left = 0
dx = 30
dy = 30
tiles = { "row", "column", "tag"
0, 0, "explode.unit_0"
1, 0, "explode.unit_1"
2, 0, "explode.unit_2"
3, 0, "explode.unit_3"
4, 0, "explode.unit_4"
}
|