summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-06 22:25:19 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-06 22:25:19 +0000
commit07ff311372d81ac5db0e4213cf910f3efdf4d42c (patch)
tree16195953dfa1f8371e2e2b436d5baad67c34ac40 /crawl-ref/settings
parentf1add9bb562086cb892c4851ce266f2493870ce2 (diff)
downloadcrawl-ref-07ff311372d81ac5db0e4213cf910f3efdf4d42c.tar.gz
crawl-ref-07ff311372d81ac5db0e4213cf910f3efdf4d42c.zip
Added commentary to options text. Sourced out list of tile minimap
colours. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5507 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt20
-rw-r--r--crawl-ref/settings/tile_minimap_colours.txt22
2 files changed, 23 insertions, 19 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index 63e99082ed..0e271bb93c 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -306,26 +306,8 @@ menu_colour = notes:white:Reached XP level
tile_show_items = !?/%=([)X}+\_.
# tile_title_screen = false
+# include = tile_minimap_colours.txt
-# tile_player_col = white
-# tile_monster_col = red
-# tile_neutral_col = red
-# tile_friendly_col = lightred
-# tile_plant_col = darkgreen
-# tile_item_col = green
-# tile_unseen_col = black
-# tile_floor_col = lightgrey
-# tile_wall_col = darkgrey
-# tile_mapped_wall_col = blue
-# tile_door_col = brown
-# tile_downstairs_col = magenta
-# tile_upstairs_col = blue
-# tile_feature_col = cyan
-# tile_trap_col = yellow
-# tile_water_col = grey
-# tile_lava_col = grey
-# tile_excluded_col = darkcyan
-# tile_excl_centre = darkblue
##### 5- Dump File #################################################
#
diff --git a/crawl-ref/settings/tile_minimap_colours.txt b/crawl-ref/settings/tile_minimap_colours.txt
new file mode 100644
index 0000000000..d4791f3f5a
--- /dev/null
+++ b/crawl-ref/settings/tile_minimap_colours.txt
@@ -0,0 +1,22 @@
+### 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
+tile_friendly_col = lightred
+tile_plant_col = darkgreen
+tile_item_col = green
+tile_unseen_col = black
+tile_floor_col = lightgrey
+tile_wall_col = darkgrey
+tile_mapped_wall_col = blue
+tile_door_col = brown
+tile_downstairs_col = magenta
+tile_upstairs_col = blue
+tile_feature_col = cyan
+tile_trap_col = yellow
+tile_water_col = grey
+tile_lava_col = grey
+tile_excluded_col = darkcyan
+tile_excl_centre = darkblue