summaryrefslogtreecommitdiff
path: root/graphics/sprites/player_male_base.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-12-01 16:54:19 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-12-01 16:54:19 +0000
commit21367f905b4f84c347eb38bed4e9c1c188be3999 (patch)
treeb4e234856a2abec37ca3003acd11101170421c34 /graphics/sprites/player_male_base.xml
parentd4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4 (diff)
downloadclientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.gz
clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.bz2
clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.xz
clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.zip
Monster sound effect patch
Diffstat (limited to 'graphics/sprites/player_male_base.xml')
-rw-r--r--graphics/sprites/player_male_base.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/sprites/player_male_base.xml b/graphics/sprites/player_male_base.xml
index 3ac61ed0..5df564b9 100644
--- a/graphics/sprites/player_male_base.xml
+++ b/graphics/sprites/player_male_base.xml
@@ -1,9 +1,15 @@
<?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/player_male_base.png" width="64" height="64" />
+ <imageset name="base"
+ src= "graphics/sprites/player_male_base.png"
+ width= "64"
+ height= "64"
+ />
- <action name="stand" imageset="base">
+ <action name = "stand"
+ imageset = "base"
+ >
<animation direction="down">
<frame index="0" />
</animation>