diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-05-31 12:33:54 +0200 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-01 06:02:18 -0400 |
commit | 165636f83f0d84e7e53a9da51ef22eb505a40be2 (patch) | |
tree | c1ce48a61d80bceec464672b2bd67ea5d81a7446 | |
parent | fb9038cdcf656da8c37d9eeab06df7c4781b5bd5 (diff) | |
download | clientdata-165636f83f0d84e7e53a9da51ef22eb505a40be2.tar.gz clientdata-165636f83f0d84e7e53a9da51ef22eb505a40be2.tar.bz2 clientdata-165636f83f0d84e7e53a9da51ef22eb505a40be2.tar.xz clientdata-165636f83f0d84e7e53a9da51ef22eb505a40be2.zip |
Removed the coloration of the spider in monsters.xml. This coloration was meant for the previous spritesheet of the spider.
Amend: Removed corresponding xml in monster-spider.xml
-rw-r--r-- | graphics/sprites/monsters/monster-spider.xml | 2 | ||||
-rw-r--r-- | monsters.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/monster-spider.xml b/graphics/sprites/monsters/monster-spider.xml index 4fc336d5..75e72826 100644 --- a/graphics/sprites/monsters/monster-spider.xml +++ b/graphics/sprites/monsters/monster-spider.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/monster-spider.png|W;R" width="35" height="35" /> + <imageset name="base" src="graphics/sprites/monsters/monster-spider.png" width="35" height="35" /> <action name="stand" imageset="base"> <animation direction="down"> diff --git a/monsters.xml b/monsters.xml index a743dfd7..2e9ffd84 100644 --- a/monsters.xml +++ b/monsters.xml @@ -81,7 +81,7 @@ </monster> <monster id="10" name="Spider"> - <sprite>monsters/monster-spider.xml|#1a160f,4A7A93,AAC5D2,ffffff;#FF6666</sprite> + <sprite>monsters/monster-spider.xml</sprite> <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound> <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound> <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound> |