summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/tiles_help.txt
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-27 04:08:39 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-27 04:08:39 +0000
commitedde105b049c15d3aae50494b49d2f224dc358dc (patch)
tree4b573cf168858bd5b54c387068c6a9c03f1442a3 /crawl-ref/docs/tiles_help.txt
parent060203d0595b0e35df976496af86d9610a91e34a (diff)
downloadcrawl-ref-edde105b049c15d3aae50494b49d2f224dc358dc.tar.gz
crawl-ref-edde105b049c15d3aae50494b49d2f224dc358dc.zip
Adding a tile_repeat_key option (on by default) that determines whether to repeat key input when a key is held down. (Also, some doc update from the previous submission.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7036 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/tiles_help.txt')
-rw-r--r--crawl-ref/docs/tiles_help.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/crawl-ref/docs/tiles_help.txt b/crawl-ref/docs/tiles_help.txt
index 642d71b8bf..a85575f0f7 100644
--- a/crawl-ref/docs/tiles_help.txt
+++ b/crawl-ref/docs/tiles_help.txt
@@ -110,37 +110,3 @@ right mouseclick Escape (quit menu).
At inscription prompt:
left mouseclick Autoinscribe artefact (where applicable).
right mouseclick Escape (quit menu).
-
-
- wininit.txt description
-
-After Crawl has been run in tiles mode, it will create a wininit.txt file,
-which stores several configurable parameters. This is separate from the
-standard init.txt file, as it can be modified at run-time via the Ctrl+V
-command.
-
-The contents of this file look like this:
-
--- SNIP --
-Tile:DngnX=19
-Tile:DngnY=17
-Tile:MapPx=4
-Tile:MsgX=77
-Tile:MsgY=10
-Tile:WindowTop=145
-Tile:WindowLeft=22
-Tile:FontName=8x13
-Tile:FontSize=12
--- SNIP --
-
-The above values are typical Unix settings. On Windows, the font name will be
-something like "Courier". If you wish to modify this file manually, here are
-what these parameters refer to:
-
-DngnX, DngnY Size (in tiles) of the dungeon region.
-MapPx Width (in pixels) per square of the minimap.
-MsgX, MsgY Size (in characters) of the message region.
-WindowTop, WindowLeft Location (in pixels) of the Crawl window.
-FontName Name of the font.
-FontSize Size (in pixels) of the font.
-