diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-13 23:17:54 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-13 23:17:54 +0000 |
commit | 176bd5de627c11f5c44e5676419ee95235ccd0c2 (patch) | |
tree | 7275e93ca19b0a623dace00104f8aa28b9609255 | |
parent | bc235475a2ccc68c0d673a9053469587da72ace6 (diff) | |
download | clientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.tar.gz clientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.tar.bz2 clientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.tar.xz clientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.zip |
some improvements at the animation system
-rw-r--r-- | graphics/sprites/weapons.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/sprites/weapons.xml b/graphics/sprites/weapons.xml index 0e2ce8b7..c0f2b6c1 100644 --- a/graphics/sprites/weapons.xml +++ b/graphics/sprites/weapons.xml @@ -3,6 +3,9 @@ <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64" /> <imageset name="bow" src="graphics/sprites/weapon1.png" width="64" height="64" /> + <action name="default" imageset="dagger"> + </action> + <action name="attack_stab" imageset="dagger"> <animation direction="down"> <sequence start="0" end="3" delay="75" /> @@ -32,4 +35,4 @@ <sequence start="15" end="19" delay="75" /> </animation> </action> -</sprite> +</sprite>
\ No newline at end of file |