diff options
author | wushin <pasekei@gmail.com> | 2014-07-07 09:11:29 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-07 09:11:29 -0500 |
commit | 214a103bacd75b6ed3ca2bf2163a50d2fb800e7b (patch) | |
tree | 5352153e2bb58db57e9e3a524b3e441852bb0d7f /graphics/sprites/equipment/weapons/polearm-chop-female.xml | |
parent | de013390e42753c224cad0785ded3cd13f3c48d2 (diff) | |
download | clientdata-214a103bacd75b6ed3ca2bf2163a50d2fb800e7b.tar.gz clientdata-214a103bacd75b6ed3ca2bf2163a50d2fb800e7b.tar.bz2 clientdata-214a103bacd75b6ed3ca2bf2163a50d2fb800e7b.tar.xz clientdata-214a103bacd75b6ed3ca2bf2163a50d2fb800e7b.zip |
Remove <end/> from walk action
Diffstat (limited to 'graphics/sprites/equipment/weapons/polearm-chop-female.xml')
-rw-r--r-- | graphics/sprites/equipment/weapons/polearm-chop-female.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/sprites/equipment/weapons/polearm-chop-female.xml b/graphics/sprites/equipment/weapons/polearm-chop-female.xml index 4af11eca..0b017791 100644 --- a/graphics/sprites/equipment/weapons/polearm-chop-female.xml +++ b/graphics/sprites/equipment/weapons/polearm-chop-female.xml @@ -19,19 +19,15 @@ <action name="walk" imageset="polearm-chop"> <animation direction="down"> <sequence offsetY="32" start="1" end="6" delay="75"/> - <end/> </animation> <animation direction="left"> <sequence offsetY="32" start="19" end="24" delay="75"/> - <end/> </animation> <animation direction="up"> <sequence offsetY="32" start="37" end="42" delay="75"/> - <end/> </animation> <animation direction="right"> <sequence offsetY="32" start="55" end="60" delay="75"/> - <end/> </animation> </action> <action name="sit" imageset="polearm-chop"> |