summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-11 02:51:00 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-11 02:51:00 +0000
commit96c783237f95e5cec20eae826415a5ef39c28eff (patch)
treed4758ec1d942e9a8b4d2ae32254b0ad3c7e1df35 /crawl-ref/source/tiletex.h
parent64c2a308e77ccbb06a3eb9b7ad76d99c1d3656a7 (diff)
downloadcrawl-ref-96c783237f95e5cec20eae826415a5ef39c28eff.tar.gz
crawl-ref-96c783237f95e5cec20eae826415a5ef39c28eff.zip
Adding spell images, rltiles build script, and a tileidx_spell function. There are quite a few spells that don't have images (marked as TODO in tileidx_spell) and about three images that are named "unknown" because I can't figure out what they map to.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10651 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tiletex.h')
-rw-r--r--crawl-ref/source/tiletex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index ed5e48da26..a50b85dc26 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -15,6 +15,7 @@ enum TextureID
TEX_DUNGEON, // dngn.png
TEX_PLAYER, // player.png
TEX_DEFAULT, // main.png
+ TEX_GUI, // gui.png
TEX_MAX
};