summaryrefslogtreecommitdiff
path: root/graphics/sprites/weapons.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-09-13 23:17:54 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-09-13 23:17:54 +0000
commit176bd5de627c11f5c44e5676419ee95235ccd0c2 (patch)
tree7275e93ca19b0a623dace00104f8aa28b9609255 /graphics/sprites/weapons.xml
parentbc235475a2ccc68c0d673a9053469587da72ace6 (diff)
downloadclientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.tar.gz
clientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.tar.bz2
clientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.tar.xz
clientdata-176bd5de627c11f5c44e5676419ee95235ccd0c2.zip
some improvements at the animation system
Diffstat (limited to 'graphics/sprites/weapons.xml')
-rw-r--r--graphics/sprites/weapons.xml5
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