From b25208caa5f84ac6c370314945c6f110261d2c70 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 23 Aug 2008 17:07:46 +0000 Subject: RLTiles complete code rewrite: now much more robust and functional. Added PNG and non-palettized image input. Added PNG output. Added better tile packing and support for tiles of different sizes. Converted all BMPs to PNGs (for space and explicit transparency reasons.) Added the 48x32 pandemonium demon tiles, but these are not yet used in game. Added Bill B.'s portal tile (finally). The Win32 makefiles are not updated quite yet and thus will not build. Sorry. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6850 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/rltiles/dc-item.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/rltiles/dc-item.txt') diff --git a/crawl-ref/source/rltiles/dc-item.txt b/crawl-ref/source/rltiles/dc-item.txt index fd2cb2378a..c21315ed61 100644 --- a/crawl-ref/source/rltiles/dc-item.txt +++ b/crawl-ref/source/rltiles/dc-item.txt @@ -325,9 +325,9 @@ gem_glass gem_lead gem_plastic +%shrink 0 %sdir item/wand %back i-label - i-flame WAND_FLAME i-frost WAND_FROST i-slowing WAND_SLOWING @@ -348,6 +348,7 @@ i-enslavement WAND_ENSLAVEMENT i-draining WAND_DRAINING i-random_effects WAND_RANDOM_EFFECTS i-disintegration WAND_DISINTEGRATION +%shrink 1 %back none #################OBJ_FOOD @@ -493,6 +494,7 @@ brown pink white +%shrink 0 %sdir item/potion %back i-label %rim 0 @@ -525,6 +527,7 @@ i-blood POT_BLOOD i-coagulated-blood POT_BLOOD_COAGULATED %back none %rim 1 +%shrink 1 ####################OBJ_UNKNOWN_II #####################OBJ_BOOKS @@ -579,6 +582,7 @@ staff07 staff08 staff09 +%shrink 0 i-staff_wizardry STAFF_WIZARDRY i-staff_power STAFF_POWER i-staff_fire STAFF_FIRE @@ -592,6 +596,7 @@ i-staff_summoning STAFF_SUMMONING i-staff_air STAFF_AIR i-staff_earth STAFF_EARTH i-staff_channeling STAFF_CHANNELING +%shrink 1 %sdir item/rod rod00 ROD_OFFSET @@ -605,6 +610,7 @@ rod07 rod08 rod09 +%shrink 0 i-rod_smiting ROD_SMITING i-rod_summoning ROD_SUMMONING i-rod_destruction_fire ROD_DESTRUCTION_FIRE @@ -616,6 +622,7 @@ i-rod_discovery ROD_DISCOVERY i-rod_demonology ROD_DEMONOLOGY i-rod_striking ROD_STRIKING i-rod_venom ROD_VENOM +%shrink 1 #OBJ_ORBS %sdir item/misc -- cgit v1.2.3-54-g00ecf