summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 12:58:27 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 12:58:27 +0000
commit4b07a28aaab6e548371e9eae8ea5546afe6e4e54 (patch)
tree40c2380d8fdc25f9f5d1b8cf62140f99cc430787 /crawl-ref/source/tiles.h
parent4bb492c640354a968b77a3d4f9bf0ebfd3a31ba1 (diff)
downloadcrawl-ref-4b07a28aaab6e548371e9eae8ea5546afe6e4e54.tar.gz
crawl-ref-4b07a28aaab6e548371e9eae8ea5546afe6e4e54.zip
Replace cloak of Starlight tile with Eino's improved version.
Add background tiles for TSO halo. I've tried around with several versions, and this is the best of those I came up with. It might still be annoying, or distracting, or whatever. Also, the player doll's shadow hides part of the halo which is weird. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4529 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index fa1e808c6c..20d7320e29 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -158,9 +158,11 @@ enum tile_flags
TILE_FLAG_CURSOR3 = 0x0000C000,
TILE_FLAG_CURSOR = 0x0000C000,
TILE_FLAG_BLOOD = 0x00010000,
- TILE_FLAG_NEW_STAIR = 0x00020000,
- TILE_FLAG_TRAVEL_EX = 0x00040000,
- TILE_FLAG_SANCTUARY = 0x00080000,
+ TILE_FLAG_HALO_YOU = 0x00020000,
+ TILE_FLAG_HALO = 0x00040000,
+ TILE_FLAG_NEW_STAIR = 0x00080000,
+ TILE_FLAG_TRAVEL_EX = 0x00100000,
+ TILE_FLAG_SANCTUARY = 0x00200000,
// General
TILE_FLAG_MASK = 0x000007FF