From 7d1c30fb193015fef6f15b76c4360ac733581b58 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Tue, 5 Aug 2008 04:29:26 +0000 Subject: Improved Tile screen layout. Small screens get the message window overlaid on the dungeon. Even smaller screens get the graphics shrunk (and thus slightly blurry.) Added full screen options and several predefined layouts for older and newer Eee PC resolutions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6774 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/settings/tiles_options.txt | 44 ++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) (limited to 'crawl-ref/settings/tiles_options.txt') diff --git a/crawl-ref/settings/tiles_options.txt b/crawl-ref/settings/tiles_options.txt index 058569ad6d..03b7a98e5a 100644 --- a/crawl-ref/settings/tiles_options.txt +++ b/crawl-ref/settings/tiles_options.txt @@ -1,7 +1,7 @@ ### 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_show_items = !?/%=([)X}+\_. # tile_title_screen = false @@ -26,6 +26,13 @@ tile_show_items = !?/%=([)X}+\_. # 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 @@ -37,8 +44,37 @@ tile_show_items = !?/%=([)X}+\_. # 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 = 768 -# tile_map_pixels = 4 -# tile_tooltip_ms = 1000 +# 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 -- cgit v1.2.3-54-g00ecf