diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-12-01 16:54:19 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-12-01 16:54:19 +0000 |
commit | 21367f905b4f84c347eb38bed4e9c1c188be3999 (patch) | |
tree | b4e234856a2abec37ca3003acd11101170421c34 /graphics/sprites | |
parent | d4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4 (diff) | |
download | clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.gz clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.bz2 clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.tar.xz clientdata-21367f905b4f84c347eb38bed4e9c1c188be3999.zip |
Monster sound effect patch
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/player_male_base.xml | 10 |
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>
|