summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 11:20:28 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 11:20:28 +0000
commitbdf8da41d22e79b08e42615bb2bdadc47d2906a4 (patch)
treeb6935d3b875617eb0a2de9bf5befeb8ff773490d /crawl-ref/settings
parent90c880b4184dc3705faffa4815b18dd22b88c588 (diff)
downloadcrawl-ref-bdf8da41d22e79b08e42615bb2bdadc47d2906a4.tar.gz
crawl-ref-bdf8da41d22e79b08e42615bb2bdadc47d2906a4.zip
Moved all tile related options into a file of their own.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5535 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt5
-rw-r--r--crawl-ref/settings/tile_minimap_colours.txt22
-rw-r--r--crawl-ref/settings/tiles_options.txt26
3 files changed, 28 insertions, 25 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index 0e271bb93c..24aa5845ec 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -304,9 +304,8 @@ menu_colour = notes:white:Reached XP level
##### 4-t Tile related Options ##################
-tile_show_items = !?/%=([)X}+\_.
-# tile_title_screen = false
-# include = tile_minimap_colours.txt
+# All tiles specific options are in the external file
+include = tiles_options.txt
##### 5- Dump File #################################################
diff --git a/crawl-ref/settings/tile_minimap_colours.txt b/crawl-ref/settings/tile_minimap_colours.txt
deleted file mode 100644
index d4791f3f5a..0000000000
--- a/crawl-ref/settings/tile_minimap_colours.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-### 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
diff --git a/crawl-ref/settings/tiles_options.txt b/crawl-ref/settings/tiles_options.txt
new file mode 100644
index 0000000000..629b192a65
--- /dev/null
+++ b/crawl-ref/settings/tiles_options.txt
@@ -0,0 +1,26 @@
+### 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
+
+# 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