OSDN Git Service

Merge pull request #1192 from hengband/feature/3.0.0Alpha26
[hengbandforosx/hengbandosx.git] / lib / pref / font-win.prf
1 # File: font-win.prf
2
3 #
4 # This file is used by Angband (when it was compiled using "main-win.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.
7 #
8
9
10 ### Terrain features ###
11
12
13 # Floors (white / centered dot)
14
15 #F:1:1/31:LIT
16
17 # Invis traps (white / centered dot)
18
19 #F:2:1/31:LIT
20
21
22 # Magma (slate / solid block)
23
24 F:50:2/127:LIT
25 F:52:2/127:LIT
26
27
28 # Quartz (light slate / solid block)
29
30 F:51:9/127:LIT
31 F:53:9/127:LIT
32
33
34 # Secret door (white / solid block)
35
36 F:48:1/127
37
38 # Granite walls & permanent rock (white / solid block)
39
40 F:56:1/127:LIT
41 F:57:1/127:LIT
42 F:58:1/127:LIT
43 F:59:1/127:LIT
44 F:60:15/127:LIT
45 F:61:15/127:LIT
46 F:62:15/127:LIT
47 F:63:15/127:LIT
48
49