From dd839eb94fe957341f5f088797ccafb44d4f60e0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 21 Nov 2007 19:43:11 +0000 Subject: Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk (dynamic recoloring of sprites and related changes) ........ r3705 | gmelquio | 2007-11-03 10:58:25 +0100 (Sat, 03 Nov 2007) | 1 line Fixed double load of hair graphics. ........ r3706 | gmelquio | 2007-11-03 22:04:51 +0100 (Sat, 03 Nov 2007) | 1 line Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). ........ r3707 | gmelquio | 2007-11-03 22:08:21 +0100 (Sat, 03 Nov 2007) | 1 line Experimented recoloring on scorpions. ........ r3708 | gmelquio | 2007-11-04 12:52:44 +0100 (Sun, 04 Nov 2007) | 1 line Tightened palette handling. ........ r3709 | gmelquio | 2007-11-04 12:54:31 +0100 (Sun, 04 Nov 2007) | 1 line Experimented with scorpions again. ........ r3710 | gmelquio | 2007-11-04 16:40:37 +0100 (Sun, 04 Nov 2007) | 1 line Applied recoloring to hair styles. ........ r3711 | gmelquio | 2007-11-04 17:50:37 +0100 (Sun, 04 Nov 2007) | 1 line Converted slimes to recoloring. ........ r3742 | gmelquio | 2007-11-16 14:16:00 +0100 (Fri, 16 Nov 2007) | 1 line Sped up recoloring of transparent pixels. ........ --- monsters.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'monsters.xml') diff --git a/monsters.xml b/monsters.xml index d2003816..c22fcc94 100644 --- a/monsters.xml +++ b/monsters.xml @@ -8,7 +8,7 @@ - monster-scorpion.xml + monster-scorpion.xml|#4d422d,826242,d8c282,ffffff scorpion-hit1.ogg scorpion-hit2.ogg scorpion-hit3.ogg @@ -17,7 +17,7 @@ - monster-scorpion-red.xml + monster-scorpion.xml|#791d0a,cd5d27,f28d54,ffffff scorpion-hit1.ogg scorpion-hit2.ogg scorpion-hit3.ogg @@ -26,7 +26,7 @@ - monster-slime-green.xml + monster-slime.xml|#72982c,ffffff slime-hit1.ogg @@ -39,17 +39,17 @@ - monster-slime-yellow.xml + monster-slime.xml|#b47f00,ffffff slime-hit1.ogg - monster-slime-red.xml + monster-slime.xml|#7e0000,ffffff slime-hit1.ogg - monster-scorpion-black.xml + monster-scorpion.xml|#0d1313,435a5a,879999,ffffff scorpion-hit1.ogg scorpion-hit2.ogg scorpion-hit3.ogg -- cgit v1.2.3-60-g2f50