summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/tiles_options.txt
blob: 03b7a98e5a0dae9adbb8557a852d9d2e37a6158a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
### The following lines define the colours of various objects within the
### tiles minimap. See options_guide.txt for more details.

# tile_show_items = !?/%=([)X}+\_.

# tile_title_screen = false

# tile_player_col      = white
# tile_monster_col     = red
# tile_neutral_col     = red
# tile_friendly_col    = lightred
# tile_plant_col       = darkgreen
# tile_item_col        = green
# tile_unseen_col      = black
# tile_floor_col       = lightgrey
# tile_wall_col        = darkgrey
# tile_mapped_wall_col = blue
# tile_door_col        = brown
# tile_downstairs_col  = magenta
# tile_upstairs_col    = blue
# tile_feature_col     = cyan
# tile_trap_col        = yellow
# tile_water_col       = grey
# tile_lava_col        = grey
# tile_excluded_col    = darkcyan
# tile_excl_centre     = darkblue
# tile_window_col      = yellow

# tile_tooltip_ms = 1000

# tile_window_width = 1024
# tile_window_height = 768
# tile_map_pixels = 4
# tile_full_screen = true

# tile_font_crt_file = VeraMono.ttf
# tile_font_crt_size = 15
# tile_font_stat_file = VeraMono.ttf
# tile_font_stat_size = 16
# tile_font_msg_file = VeraMono.ttf
# tile_font_msg_size = 14
# tile_font_tip_file = VeraMono.ttf
# tile_font_tip_size = 15
# tile_font_lbl_file = Vera.ttf
# tile_font_lbl_size = 14

### Predefined layouts for smaller standard resolutions.  Any window size
### at or above 1024x768 should probably use the above defaults.

### 800 x 480 (EeePC)
# tile_window_width = 800
# tile_window_height = 480
# tile_map_pixels = 3
# tile_full_screen = true
# tile_font_crt_size = 13
# tile_font_stat_size = 12
# tile_font_msg_size = 10
# tile_font_tip_size = 13
# tile_font_lbl_size = 11

### 1024 x 600 (EeePC 900+)
# tile_window_width = 1024
# tile_window_height = 600
# tile_map_pixels = 3
# tile_full_screen = true
# tile_font_crt_size = 14
# tile_font_stat_size = 14
# tile_font_msg_size = 12
# tile_font_tip_size = 13
# tile_font_lbl_size = 12

### 800 x 600
# tile_window_width = 800
# tile_window_height = 600
# tile_map_pixels = 3
# tile_font_crt_size = 14
# tile_font_stat_size = 11
# tile_font_msg_size = 12
# tile_font_tip_size = 13
# tile_font_lbl_size = 12