Angband 3.0.9b.
[angband.git] / lib / pref / font-sdl.prf
blob66e94bdfbde4d5797ae1207fd1e1beb9041c5857
1 # File: font-sdl.prf
4 # This file is used by Angband (when it was compiled using "main-sdl.c")
5 # to specify simple attr/char remappings using a standard font, allowing
6 # the use of special pseudo-graphic pictures for walls and such.
8 # Note that this file is extremely similar to the "font-ibm.prf" file,
9 # but it uses different codes, since it uses the special pseudo-graphic
10 # symbols defined in the "lib/xtra/font/*.FON" files, and there is only
11 # one special wall type, so we have to use special "colors".
15 ### Terrain features ###
18 # Floors (white / centered dot)
20 F:1:1/31
22 # Invis traps (white / centered dot)
24 F:2:1/31
27 # Magma (slate / solid block)
29 F:50:2/127
30 F:52:2/127
33 # Quartz (light slate / solid block)
35 F:51:9/127
36 F:53:9/127
39 # Secret door (white / solid block)
41 F:48:1/127
43 # Granite walls & permanent rock (white / solid block)
45 F:56:1/127
46 F:57:1/127
47 F:58:1/127
48 F:59:1/127
49 F:60:1/127
50 F:61:1/127
51 F:62:1/127
52 F:63:1/127