diff options
Diffstat (limited to 'graphics')
-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 |