From 3b024456566a2d6835c0bdf6662e4c1bba6c1bde Mon Sep 17 00:00:00 2001 From: ennewalker Date: Fri, 22 Feb 2008 02:04:50 +0000 Subject: Tile support for (horizontal) gates. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3456 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/rltiles/dc-dngn.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/rltiles/dc-dngn.txt') diff --git a/crawl-ref/source/rltiles/dc-dngn.txt b/crawl-ref/source/rltiles/dc-dngn.txt index 56b60bdb8c..e42055a6bc 100644 --- a/crawl-ref/source/rltiles/dc-dngn.txt +++ b/crawl-ref/source/rltiles/dc-dngn.txt @@ -76,7 +76,13 @@ dngn_transparent_wall DNGN_TRANSPARENT_WALL #dngn_stone_wall DNGN_STONE_WALL dngn_closed_door DNGN_CLOSED_DOOR +gate_closed_left DNGN_GATE_CLOSED_LEFT +gate_closed_middle DNGN_GATE_CLOSED_MIDDLE +gate_closed_right DNGN_GATE_CLOSED_RIGHT dngn_open_door DNGN_OPEN_DOOR +gate_open_left DNGN_GATE_OPEN_LEFT +gate_open_middle DNGN_GATE_OPEN_MIDDLE +gate_open_right DNGN_GATE_OPEN_RIGHT ###dc/wal8 DNGN_SECRET_DOOR dngn_orcish_idol DNGN_ORCISH_IDOL dngn_silver_statue DNGN_SILVER_STATUE -- cgit v1.2.3-54-g00ecf