diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-23 15:34:03 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-23 15:34:03 +0200 |
commit | c048783abb233f286a71f0eebe2ba7c4009c666c (patch) | |
tree | 4fc4e9b0782931a567bcf5c604777b08c4481c1e /monsters.xml | |
parent | d06cbc8c58278a752bc3f404434bc3e9c1c96ca3 (diff) | |
download | clientdata-c048783abb233f286a71f0eebe2ba7c4009c666c.tar.gz clientdata-c048783abb233f286a71f0eebe2ba7c4009c666c.tar.bz2 clientdata-c048783abb233f286a71f0eebe2ba7c4009c666c.tar.xz clientdata-c048783abb233f286a71f0eebe2ba7c4009c666c.zip |
Revoved "acc-" from the accessory files as they already are in an "accessories" folder.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/monsters.xml b/monsters.xml index de86703a..85cc4adc 100644 --- a/monsters.xml +++ b/monsters.xml @@ -39,7 +39,7 @@ exemple : </monster> <monster id="1" name="Piousse" targetCursor="small" walkType="walk"> <sprite>monsters/piou.xml</sprite> - <sprite>accessories/acc-piousse-egg.xml</sprite> + <sprite>accessories/piousse-egg.xml</sprite> <sound event="die">monsters/piou/piou-die-1.ogg</sound> <sound event="hit">monsters/piou/piou-hit-1.ogg</sound> <sound event="hurt">monsters/piou/piou-hurt-1.ogg</sound> @@ -58,7 +58,7 @@ exemple : </monster> <monster id="3" name="Ratto" targetCursor="small" walkType="walk"> <sprite>monsters/ratto.xml</sprite> - <sprite>accessories/acc-ratto-tail.xml</sprite> + <sprite>accessories/ratto-tail.xml</sprite> <sound event="hit">monsters/ratto/ratto-dying1.ogg</sound> <sound event="hit">monsters/ratto/ratto-hit1.ogg</sound> <sound event="hit">monsters/ratto/ratto-hit2.ogg</sound> @@ -77,16 +77,16 @@ exemple : </monster> <monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim"> <sprite>monsters/blub-little.xml</sprite> - <sprite>accessories/acc-littleblub-tentacle.xml</sprite> + <sprite>accessories/littleblub-tentacle.xml</sprite> <sound event="hit">monsters/blub/blub-hit1.ogg</sound> </monster> <!--<monster id="6" name="Blub" targetCursor="medium" walkType="walkswim"> <sprite>monsters/blub.xml</sprite> - <sprite>accessories/acc-blub-tentacle.xml</sprite> + <sprite>accessories/blub-tentacle.xml</sprite> </monster> <monster id="7" name="Top Blub" targetCursor="medium" walkType="walkswim"> <sprite>monsters/blub.xml</sprite> - <sprite>accessories/acc-blub-tentacle.xml</sprite> - <sprite>accessories/acc-blub-tophat.xml</sprite> + <sprite>accessories/blub-tentacle.xml</sprite> + <sprite>accessories/blub-tophat.xml</sprite> </monster> --> </monsters> |