summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/tiles_options.txt
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-20 21:03:48 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-20 21:03:48 +0000
commit91e8400448873bd08bd509862f9b6c7d30f29e5b (patch)
treea44b6984e9496dd257303dcc5d319f6f8620cedd /crawl-ref/settings/tiles_options.txt
parent8be1faf8bf1230e22d272720c54bba62d955bc74 (diff)
downloadcrawl-ref-91e8400448873bd08bd509862f9b6c7d30f29e5b.tar.gz
crawl-ref-91e8400448873bd08bd509862f9b6c7d30f29e5b.zip
Adding auto-sizing for font, map, and window sizes. Windows should fit on the screen by default now. The options are still somewhat of a mess, but I don't think that they'll need to be modified by most people.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7889 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/settings/tiles_options.txt')
-rw-r--r--crawl-ref/settings/tiles_options.txt42
1 files changed, 5 insertions, 37 deletions
diff --git a/crawl-ref/settings/tiles_options.txt b/crawl-ref/settings/tiles_options.txt
index 733927b86d..ad4750396d 100644
--- a/crawl-ref/settings/tiles_options.txt
+++ b/crawl-ref/settings/tiles_options.txt
@@ -1,10 +1,11 @@
-### 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
+### The following lines define the colours of various objects within the
+### tiles minimap. See options_guide.txt for more details.
+
# tile_player_col = white
# tile_monster_col = red
# tile_neutral_col = red
@@ -30,6 +31,8 @@
# tile_tooltip_ms = 1000
+### Note: setting window, map, or font sizes to '0' implies auto-sizing.
+
# tile_window_width = 1024
# tile_window_height = 768
# tile_map_pixels = 4
@@ -45,38 +48,3 @@
# 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