summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorontoclasm <yokomeshi@gmail.com>2014-06-17 16:59:25 -0500
committerontoclasm <yokomeshi@gmail.com>2014-06-17 16:59:46 -0500
commitdbe329f663ca6a1eb3d149f4e1073f8f1290ba6a (patch)
treed8593e04fa9eed737f828159c624276f8fe518da
parent797ed0dad394367def8f0aeb673e261be018c78b (diff)
downloadcrawl-ref-dbe329f663ca6a1eb3d149f4e1073f8f1290ba6a.tar.gz
crawl-ref-dbe329f663ca6a1eb3d149f4e1073f8f1290ba6a.zip
Eye of draining title screen (Peileppe/Bloax, 8645)
-rw-r--r--crawl-ref/source/Makefile3
-rw-r--r--crawl-ref/source/dat/tiles/title_peileppe_bloax_eye.pngbin0 -> 36874 bytes
-rw-r--r--crawl-ref/source/webserver/templates/client.html1
3 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index e92d1b9b81..a09b64bc28 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1157,7 +1157,8 @@ TITLEIMGS = denzi_dragon denzi_kitchen_duty denzi_summoner \
shadyamish_octm denzi_evil_mage denzi_invasion \
psiweapon_kiku white_noise_entering_the_dungeon \
white_noise_grabbing_the_orb pooryurik_knight \
- psiweapon_roxanne baconkid_gastronok baconkid_mnoleg
+ psiweapon_roxanne baconkid_gastronok baconkid_mnoleg \
+ peileppe_bloax_eye
STATICFILES = $(TILEIMAGEFILES:%=webserver/game_data/static/%.png) \
webserver/static/stone_soup_icon-32x32.png \
diff --git a/crawl-ref/source/dat/tiles/title_peileppe_bloax_eye.png b/crawl-ref/source/dat/tiles/title_peileppe_bloax_eye.png
new file mode 100644
index 0000000000..51a30cfd85
--- /dev/null
+++ b/crawl-ref/source/dat/tiles/title_peileppe_bloax_eye.png
Binary files differ
diff --git a/crawl-ref/source/webserver/templates/client.html b/crawl-ref/source/webserver/templates/client.html
index e6f095e8dc..1c858e7168 100644
--- a/crawl-ref/source/webserver/templates/client.html
+++ b/crawl-ref/source/webserver/templates/client.html
@@ -145,6 +145,7 @@
<img style="display:none;" alt="" src="{{ static_url("title_firemage.png") }}">
<img style="display:none;" alt="" src="{{ static_url("title_omndra_zot_demon.png") }}">
<img style="display:none;" alt="" src="{{ static_url("title_pooryurik_knight.png") }}">
+ <img style="display:none;" alt="" src="{{ static_url("title_peileppe_bloax_eye.png") }}">
<img style="display:none;" alt="" src="{{ static_url("title_psiweapon_kiku.png") }}">
<img style="display:none;" alt="" src="{{ static_url("title_psiweapon_roxanne.png") }}">
<img style="display:none;" alt="" src="{{ static_url("title_shadyamish_octm.png") }}">