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 /graphics/sprites | |
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
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/monster-spider.xml | 2 |
1 files changed, 1 insertions, 1 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"> |