This file is indexed.

/usr/share/angband/xtra/graf/graphics.txt is in angband-data 1:3.5.1-2.2.

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
# File: graphics.txt

# This file is used to initialize a list of graphics modes

# === Understanding dungeons.txt ===

# N: serial number : pref file name
# I: tile width : tile height : tileset file name
# M: menu name
# X: alphblending : start row : end row of double high tiles

# 'N' indicates the beginning of an entry. The serial number must
# increase for each new item. The pref file name is the name used
# on load to load the right pref file set for this tile set.

# 'I' is for image information - tile width and height are the dimensions,
# in pixels, of an individual tile in the set. filename is the name of the
# image file to load.

# 'M' is for menu name - the name the graphics mode is listed under when
# selecting it from a graphical menu.

# 'X' is for extra information - alpha is a flag if the tileset needs to use
# alpha blending. double high tiles are ones that have twice the tile height
# as a typical tile. start row is the first row that uses double high tiles.
# End row is the last row that uses double high tiles. start row and end row
# must be greater than 0, if double high tiles are used, and refer to the
# bottom half of the double row.


N:1:Original Tiles
I:8:8:8x8.png
P:old
X:0:0:0

N:2:Adam Bolt's tiles
I:16:16:16x16.png
P:new
X:0:0:0

N:3:David Gervais' tiles
I:32:32:32x32.png
P:david
X:0:0:0

N:4:Nomad's tiles
I:16:16:8x16.png
P:nomad
X:0:0:0