OSDN Git Service

Merge branch 'master' of github.com:/dis-/hengband
[hengband/hengband.git] / lib / pref / font-ibm.prf
1 # File: font-ibm.prf
2
3 #
4 # This file is used by Angband (when it was compiled using "main-ibm.c")
5 # to specify simple attr/char remappings using a standard font, allowing
6 # the use of the IBM's built in pseudo-graphic pictures for walls and such.
7 #
8
9
10
11 ### Terrain Features ###
12
13
14 #
15 # Floors (white / centered dot)
16 #
17
18 F:1:1/-7:LIT
19
20 #
21 # Invis traps (white / centered dot)
22 #
23
24 F:2:1/-7:LIT
25
26
27 #
28 # Magma (slate / special solid block)
29 #
30
31 F:50:2/-80:LIT
32 F:52:2/-80:LIT
33
34
35 #
36 # Quartz (light slate / special solid block)
37 #
38
39 F:51:9/-80:LIT
40 F:53:9/-80:LIT
41
42
43 #
44 # Secret door (white / solid block)
45 #
46
47 F:48:1/-79
48
49 #
50 # Granite walls (white / solid block)
51 #
52
53 F:56:1/-79:LIT
54 F:57:1/-79:LIT
55 F:58:1/-79:LIT
56 F:59:1/-79:LIT
57
58 #
59 # Permanent rock (white / solid block)
60 #
61
62 F:60:1/-79:LIT
63 F:61:1/-79:LIT
64 F:62:1/-79:LIT
65 F:63:1/-79:LIT
66