summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-21 21:25:58 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-21 21:25:58 +0000
commit53b94b89c7037837eb6bf00ea8b71d9f92963f35 (patch)
treebde5ccd8d4071e4aa3b87d1b5c26bdd903e59f1a /crawl-ref/docs/options_guide.txt
parent43b1796995f29d920d306860969c751e4bb26640 (diff)
downloadcrawl-ref-53b94b89c7037837eb6bf00ea8b71d9f92963f35.tar.gz
crawl-ref-53b94b89c7037837eb6bf00ea8b71d9f92963f35.zip
Apply commits r10013 and 10014 to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10015 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt19
1 files changed, 13 insertions, 6 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index d263188a88..f70401d084 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -92,12 +92,13 @@ The contents of this text are:
tile_mapped_wall_col, tile_door_col, tile_downstairs_col,
tile_upstairs_col, tile_feature_col, tile_trap_col,
tile_water_col, tile_lava_col, tile_excluded_col,
- tile_excl_centre_col, tile_key_repeat_delay, tile_tooltip_ms,
- tile_tag_pref, tile_window_width, tile_window_height,
- tile_map_pixels, tile_full_screen, tile_font_crt_file,
- tile_font_stat_file, tile_font_msg_file, tile_font_tip_file,
- tile_font_lbl_file, tile_font_crt_size, tile_font_stat_size,
- tile_font_msg_size, tile_font_tip_size, tile_font_lbl_size
+ tile_excl_centre_col, tile_update_rate, tile_key_repeat_delay,
+ tile_tooltip_ms, tile_tag_pref, tile_full_screen,
+ tile_window_width, tile_window_height, tile_map_pixels,
+ tile_font_crt_file, tile_font_stat_file, tile_font_msg_file,
+ tile_font_tip_file, tile_font_lbl_file, tile_font_crt_size,
+ tile_font_stat_size, tile_font_msg_size, tile_font_tip_size,
+ tile_font_lbl_size
5- Character Dump.
5-a Items and Kills.
kill_map, dump_kill_places, dump_item_origins,
@@ -1637,6 +1638,12 @@ the dungeon level.
tile_floor_col and tile_item_col, only)
tile_window_col - colour of the rectangular view window
+tile_update_rate = 1000
+ The number of milliseconds that tick by before the screen is redrawn
+ without any input. If game response is slow, try increasing this
+ number. If, on the other hand, response time is fine but it takes too
+ long for redrawings to happen, set it to a lower value.
+
tile_key_repeat_delay = 200
If you hold down a key, there's a delay until the pressed key will
take action. This option controls this delay, in milliseconds. If it