summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-23 23:14:58 +0200
committerReid <reidyaro@gmail.com>2012-05-23 23:14:58 +0200
commit1f984976298155aa60169e04d30dba4eb09f73b1 (patch)
tree996dfe3b45977f3aad501affa945c45a697d7c99 /monsters.xml
parentfff9c1f556e21115d07a7ecb2faa6c117e2adc4f (diff)
downloadclientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.gz
clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.bz2
clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.xz
clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.zip
Correct some problem caused by the merge.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/monsters.xml b/monsters.xml
index 85cc4adc..75b6e17f 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/piousse-egg.xml</sprite>
+ <sprite>accessories/acc-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/ratto-tail.xml</sprite>
+ <sprite>accessories/acc-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>
@@ -76,17 +76,17 @@ exemple :
<sprite>monsters/croc.xml</sprite>
</monster>
<monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim">
- <sprite>monsters/blub-little.xml</sprite>
- <sprite>accessories/littleblub-tentacle.xml</sprite>
+ <sprite>monsters/littleblub.xml</sprite>
+ <sprite>accessories/acc-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/blub-tentacle.xml</sprite>
+ <sprite>accessories/acc-blub-tentacle.xml</sprite>
</monster>
<monster id="7" name="Top Blub" targetCursor="medium" walkType="walkswim">
<sprite>monsters/blub.xml</sprite>
- <sprite>accessories/blub-tentacle.xml</sprite>
- <sprite>accessories/blub-tophat.xml</sprite>
+ <sprite>accessories/acc-blub-tentacle.xml</sprite>
+ <sprite>accessories/acc-blub-tophat.xml</sprite>
</monster> -->
</monsters>