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 /graphics/sprites | |
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.
Diffstat (limited to 'graphics/sprites')
-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 |
2 files changed, 7 insertions, 7 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> |