|
Revision 918, 0.8 kB
(checked in by takkaria, 6 months ago)
|
Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
# File: font-mac.prf |
|---|
| 2 |
|
|---|
| 3 |
# |
|---|
| 4 |
# This file defines special attr/char mappings for use in "text" mode |
|---|
| 5 |
# |
|---|
| 6 |
# See "lib/help/command.txt" and "src/files.c" for more information. |
|---|
| 7 |
# |
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
### The Original Angband colours |
|---|
| 11 |
V:0:0x00:0x00:0x00:0x00 |
|---|
| 12 |
V:1:0x00:0xFF:0xFF:0xFF |
|---|
| 13 |
V:2:0x00:0x80:0x80:0x80 |
|---|
| 14 |
V:3:0x00:0xFF:0x80:0x00 |
|---|
| 15 |
V:4:0x00:0xC0:0x00:0x00 |
|---|
| 16 |
V:5:0x00:0x00:0x80:0x40 |
|---|
| 17 |
V:6:0x00:0x00:0x00:0xFF |
|---|
| 18 |
V:7:0x00:0x80:0x40:0x00 |
|---|
| 19 |
V:8:0x00:0x40:0x40:0x40 |
|---|
| 20 |
V:9:0x00:0xC0:0xC0:0xC0 |
|---|
| 21 |
V:10:0x00:0xFF:0x00:0xFF |
|---|
| 22 |
V:11:0x00:0xFF:0xFF:0x00 |
|---|
| 23 |
V:12:0x00:0xFF:0x00:0x00 |
|---|
| 24 |
V:13:0x00:0x00:0xFF:0x00 |
|---|
| 25 |
V:14:0x00:0x00:0xFF:0xFF |
|---|
| 26 |
V:15:0x00:0xC0:0x80:0x40 |
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
## OPTION: Display "veins" (white "%") as "normal walls" (white "#") |
|---|
| 30 |
## This replaces the old method of setting "notice_seams" to false, |
|---|
| 31 |
## which no longer works as of Angband 2.7.9, for various reasons. |
|---|
| 32 |
# |
|---|
| 33 |
#F:50:1/35 |
|---|
| 34 |
#F:51:1/35 |
|---|
| 35 |
#F:52:1/35 |
|---|
| 36 |
#F:53:1/35 |
|---|
| 37 |
|
|---|