summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.x11
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 20:15:34 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 20:15:34 +0000
commit98222630689e0dc298ec7b42a50f788edab7b9c6 (patch)
tree62c7bef9d9a43aee81f808dadb969a0a20f63dce /crawl-ref/source/makefile.x11
parentd3a0d2d064372264abf84befe6bdfe3e16382346 (diff)
downloadcrawl-ref-98222630689e0dc298ec7b42a50f788edab7b9c6.tar.gz
crawl-ref-98222630689e0dc298ec7b42a50f788edab7b9c6.zip
Adding title screen for tiles (and title_screen option.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3206 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.x11')
-rw-r--r--crawl-ref/source/makefile.x113
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.x11 b/crawl-ref/source/makefile.x11
index 4eebd58053..248ae48d98 100644
--- a/crawl-ref/source/makefile.x11
+++ b/crawl-ref/source/makefile.x11
@@ -145,7 +145,8 @@ tilep-cmt.h
TILEFILES = \
tile.png \
player.png \
- wall2d.png
+ wall2d.png \
+ title.png
DESTTILEFILES = $(TILEFILES:%=dat/tiles/%)
EXTRA_DEPENDS += $(TILEHEADERS) $(DESTTILEFILES)