diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-02-11 22:15:47 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-02-11 23:27:09 +0100 |
commit | c1d8418e0e72f4e42d7e5adad2057319e6420b07 (patch) | |
tree | 72c77f71464d703c265eee22c4efe0a043fec737 /graphics/sprites | |
parent | 5c15fa4ca14e4a025f0dc67b48808160e2d6bb95 (diff) | |
download | clientdata-c1d8418e0e72f4e42d7e5adad2057319e6420b07.tar.gz clientdata-c1d8418e0e72f4e42d7e5adad2057319e6420b07.tar.bz2 clientdata-c1d8418e0e72f4e42d7e5adad2057319e6420b07.tar.xz clientdata-c1d8418e0e72f4e42d7e5adad2057319e6420b07.zip |
Fixed attack definition for the dagger
This broked animation for shortsword, boneknife.
Patch is tested with shortsword.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/weapon-dagger.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/weapon-dagger.xml b/graphics/sprites/weapon-dagger.xml index 7bd9dcb7..5159b49f 100644 --- a/graphics/sprites/weapon-dagger.xml +++ b/graphics/sprites/weapon-dagger.xml @@ -5,7 +5,7 @@ <action name="default" imageset="dagger"> </action> - <action name="attack_stab" imageset="dagger"> + <action name="attack" imageset="dagger"> <animation direction="down"> <sequence start="0" end="3" delay="75" /> <end /> @@ -24,4 +24,4 @@ </animation> </action> -</sprite>
\ No newline at end of file +</sprite> |