OSDN Git Service

Initial revision
[hengband/hengband.git] / lib / pref / font-win.prf
1 # CVS: Last edit by $Author$ on $Date$
2 # File: font-win.prf
3
4 #
5 # This file is used by Angband (when it was compiled using "main-win.c")
6 # to specify simple attr/char remappings using a standard font, allowing
7 # the use of special pseudo-graphic pictures for walls and such.
8 #
9 # Note that this file is extremely similar to the "font-ibm.prf" file,
10 # but it uses different codes, since it uses the special pseudo-graphic
11 # symbols defined in the "lib/xtra/font/*.FON" files, and there is only
12 # one special wall type, so we have to use special "colors".
13 #
14
15
16 ### Terrain features ###
17
18
19 # Floors (white / centered dot)
20
21 #F:1:1/31
22
23 # Invis traps (white / centered dot)
24
25 #F:2:1/31
26
27
28 # Magma (slate / solid block)
29
30 F:50:2/127
31 F:52:2/127
32
33
34 # Quartz (light slate / solid block)
35
36 F:51:9/127
37 F:53:9/127
38
39
40 # Secret door (white / solid block)
41
42 F:48:1/127
43
44 # Granite walls & permanent rock (white / solid block)
45
46 F:56:1/127
47 F:57:1/127
48 F:58:1/127
49 F:59:1/127
50 F:60:1/127
51 F:61:1/127
52 F:62:1/127
53 F:63:1/127
54
55