From c2457cbc9315371f712321e7d0263883151eb196 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Thu, 24 Jul 2008 00:31:57 +0000 Subject: More configurable fonts for Tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6654 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/settings/tiles_options.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/tiles_options.txt b/crawl-ref/settings/tiles_options.txt index 629b192a65..e06c866997 100644 --- a/crawl-ref/settings/tiles_options.txt +++ b/crawl-ref/settings/tiles_options.txt @@ -5,7 +5,7 @@ tile_show_items = !?/%=([)X}+\_. # tile_title_screen = false -# tile_player_col = white +# tile_player_col = white # tile_monster_col = red # tile_neutral_col = red # tile_friendly_col = lightred @@ -24,3 +24,15 @@ tile_show_items = !?/%=([)X}+\_. # tile_lava_col = grey # tile_excluded_col = darkcyan # tile_excl_centre = darkblue +# tile_window_col = yellow + +# 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 -- cgit v1.2.3-54-g00ecf