diff options
author | Reid <reidyaro@gmail.com> | 2015-12-26 20:23:23 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-26 20:23:23 +0100 |
commit | 285a684329b618adc64296d02c882491d4fec776 (patch) | |
tree | 8549e97e383c474b169bd5d574ab0583f44af25c | |
parent | 79cf1f0da038b914fe09df6b686d4b499be0e8fe (diff) | |
download | clientdata-285a684329b618adc64296d02c882491d4fec776.tar.gz clientdata-285a684329b618adc64296d02c882491d4fec776.tar.bz2 clientdata-285a684329b618adc64296d02c882491d4fec776.tar.xz clientdata-285a684329b618adc64296d02c882491d4fec776.zip |
Add last missing frame for hp [0, 25[ on the dummy XML.
-rw-r--r-- | graphics/sprites/monsters/dummy.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/dummy.xml b/graphics/sprites/monsters/dummy.xml index e408f443..eda3bcf5 100644 --- a/graphics/sprites/monsters/dummy.xml +++ b/graphics/sprites/monsters/dummy.xml @@ -32,6 +32,12 @@ Copyright (C) 2015 Evol Online --> </animation> </action> + <action name="stand" imageset="mob" hp="0"> + <animation direction="default"> + <frame index="4"/> + </animation> + </action> + <action name="dead" imageset="mob"> <animation> <frame index="4"/> |