summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-14 11:02:13 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-14 11:02:13 +0000
commit676dc0d1108ddbf60d3f7988be0be93e808d0f9a (patch)
tree5345783873578a5a43dbdcba994b877b9b9369f9 /crawl-ref/settings
parentb5e038ca7cc358785ad7ca0a9160bffd8a1c2df7 (diff)
downloadcrawl-ref-676dc0d1108ddbf60d3f7988be0be93e808d0f9a.tar.gz
crawl-ref-676dc0d1108ddbf60d3f7988be0be93e808d0f9a.zip
* Make the key press delay in tiles optional (and shorter, by default).
* Fix font name options being lowercased and thus not found. * Add missing tile options to options_guide.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9976 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/tiles_options.txt27
1 files changed, 13 insertions, 14 deletions
diff --git a/crawl-ref/settings/tiles_options.txt b/crawl-ref/settings/tiles_options.txt
index 8f195c088c..65d58fdbe3 100644
--- a/crawl-ref/settings/tiles_options.txt
+++ b/crawl-ref/settings/tiles_options.txt
@@ -30,26 +30,25 @@
# tile_excl_centre = darkblue
# tile_window_col = yellow
-# tile_key_repeat = false
-
-# tile_tooltip_ms = 500
+# tile_key_repeat_delay = 200
+# tile_tooltip_ms = 500
# tile_tag_pref = enemy
### Note: setting window, map, or font sizes to '0' implies auto-sizing.
-# tile_window_width = 1024
+# tile_window_width = 1024
# tile_window_height = 768
-# tile_map_pixels = 4
-# tile_full_screen = true
+# tile_map_pixels = 4
+# tile_full_screen = true
-# tile_font_crt_file = VeraMono.ttf
-# tile_font_crt_size = 15
+# 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
+# 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