diff options
Diffstat (limited to 'graphics/sprites/weapon-fist.xml')
-rw-r--r-- | graphics/sprites/weapon-fist.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/sprites/weapon-fist.xml b/graphics/sprites/weapon-fist.xml index bfe04948..c6c1da6c 100644 --- a/graphics/sprites/weapon-fist.xml +++ b/graphics/sprites/weapon-fist.xml @@ -1,7 +1,5 @@ <?xml version="1.0"?> <sprite name="player" action="stand"> - <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64" /> - - <action name="default" imageset="dagger"> - </action> -</sprite>
\ No newline at end of file + <imageset name="dagger" src="graphics/sprites/weapon0.png" width="64" height="64"/> + <action name="default" imageset="dagger"/> +</sprite> |