diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-29 12:15:55 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-29 12:15:55 +0200 |
commit | d138774d2e1985e68848f1c84b9c34f606f5397b (patch) | |
tree | e58e24911237e98b58f95cbdb887c81f321d1297 | |
parent | ae5994b1fa136dcfde14ac92f1973134db53f7fd (diff) | |
download | clientdata-d138774d2e1985e68848f1c84b9c34f606f5397b.tar.gz clientdata-d138774d2e1985e68848f1c84b9c34f606f5397b.tar.bz2 clientdata-d138774d2e1985e68848f1c84b9c34f606f5397b.tar.xz clientdata-d138774d2e1985e68848f1c84b9c34f606f5397b.zip |
Changed Tortugas to Tortuga for clarity purposes.
-rw-r--r-- | graphics/sprites/monsters/tortuga.png (renamed from graphics/sprites/monsters/turtle.png) | bin | 12518 -> 12518 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/tortuga.xml (renamed from graphics/sprites/monsters/turtle.xml) | 14 | ||||
-rw-r--r-- | monsters.xml | 16 |
3 files changed, 15 insertions, 15 deletions
diff --git a/graphics/sprites/monsters/turtle.png b/graphics/sprites/monsters/tortuga.png Binary files differindex ea5a7693..ea5a7693 100644 --- a/graphics/sprites/monsters/turtle.png +++ b/graphics/sprites/monsters/tortuga.png diff --git a/graphics/sprites/monsters/turtle.xml b/graphics/sprites/monsters/tortuga.xml index ff87c80c..04383b94 100644 --- a/graphics/sprites/monsters/turtle.xml +++ b/graphics/sprites/monsters/tortuga.xml @@ -2,9 +2,9 @@ <!-- Original Author : Reid Copyright (C) 2011 Evol Online --> <sprite> - <imageset name="turtle" src="graphics/sprites/monsters/turtle.png" width="32" height="32"/> + <imageset name="base" src="graphics/sprites/monsters/tortuga.png" width="32" height="32"/> - <action name="spawn" imageset="turtle"> + <action name="spawn" imageset="base"> <animation> <frame index="32" delay="70" offsetY="-86"/> @@ -34,7 +34,7 @@ Copyright (C) 2011 Evol Online --> </animation> </action> - <action name="stand" imageset="turtle"> + <action name="stand" imageset="base"> <animation direction="down"> <!-- static --> @@ -109,7 +109,7 @@ Copyright (C) 2011 Evol Online --> </animation> </action> - <action name="walk" imageset="turtle"> + <action name="walk" imageset="base"> <animation direction="down"> <!-- normal moove --> @@ -176,7 +176,7 @@ Copyright (C) 2011 Evol Online --> </animation> </action> - <action name="attack" imageset="turtle"> + <action name="attack" imageset="base"> <animation direction="down"> <!-- normal attack --> @@ -275,8 +275,8 @@ Copyright (C) 2011 Evol Online --> </animation> </action> - <action name="dead" imageset="turtle"> - + <action name="dead" imageset="base"> + <animation direction="down"> <frame index="3"/> </animation> diff --git a/monsters.xml b/monsters.xml index b4efa2fe..3be9b9b7 100644 --- a/monsters.xml +++ b/monsters.xml @@ -47,14 +47,14 @@ exemple : <sound event="miss">monsters/piou/miss1.ogg</sound> <sound event="spawn">monsters/piou/spawn1.ogg</sound> </monster> - <monster id="2" name="Tortugas" targetCursor="small" walkType="walkswim"> - <sound event="die">monsters/tortugas/die1.ogg</sound> - <sound event="hit">monsters/tortugas/hit1.ogg</sound> - <sound event="hit">monsters/tortugas/hit2.ogg</sound> - <sound event="hurt">monsters/tortugas/hurt1.ogg</sound> - <sound event="miss">monsters/tortugas/miss1.ogg</sound> - <sound event="spawn">monsters/tortugas/spawn1.ogg</sound> - <sprite>monsters/turtle.xml</sprite> + <monster id="2" name="Tortuga" targetCursor="small" walkType="walkswim"> + <sound event="die">monsters/tortuga/die1.ogg</sound> + <sound event="hit">monsters/tortuga/hit1.ogg</sound> + <sound event="hit">monsters/tortuga/hit2.ogg</sound> + <sound event="hurt">monsters/tortuga/hurt1.ogg</sound> + <sound event="miss">monsters/tortuga/miss1.ogg</sound> + <sound event="spawn">monsters/tortuga/spawn1.ogg</sound> + <sprite>monsters/tortuga.xml</sprite> </monster> <monster id="3" name="Ratto" targetCursor="small" walkType="walk"> <sprite>monsters/ratto.xml</sprite> |