diff options
author | Micksha <Micksha@users.noreply.github.com> | 2019-03-21 11:14:18 +0100 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2019-03-21 11:14:18 +0100 |
commit | 3ccfe84ccd6f194b2b16f9495668629c92c68e06 (patch) | |
tree | d5407e49a829d92c9f340dfef19027af39fe29f2 /graphics/sprites | |
parent | ac4a712abc49ca3b66434bb85d0cfd02378c88f7 (diff) | |
download | clientdata-3ccfe84ccd6f194b2b16f9495668629c92c68e06.tar.gz clientdata-3ccfe84ccd6f194b2b16f9495668629c92c68e06.tar.bz2 clientdata-3ccfe84ccd6f194b2b16f9495668629c92c68e06.tar.xz clientdata-3ccfe84ccd6f194b2b16f9495668629c92c68e06.zip |
add jump to stand after spawn *facepalm*
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/mananatree.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/mananatree.xml b/graphics/sprites/monsters/mananatree.xml index 366f542e..5f665f7b 100644 --- a/graphics/sprites/monsters/mananatree.xml +++ b/graphics/sprites/monsters/mananatree.xml @@ -21,6 +21,7 @@ Copyright (C) 2015 Evol Online --> <frame index="8" delay="500"/> <frame index="9" delay="500"/> <frame index="10" delay="500"/> + <jump action="stand"/> </animation> </action> |