summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-04-25 10:15:16 -0400
committergumi <git@gumi.ca>2018-04-25 10:15:16 -0400
commitc60d2e57f5a3426dfa181cfa6e7bf50f3366dd8e (patch)
treec8b3e0a85e979c3fc193224acbd04111d4174270
parent18a2049e7665dd90f0b89d0ab36f7ae9c8bda21a (diff)
downloadclientdata-s20180503.tar.gz
clientdata-s20180503.tar.bz2
clientdata-s20180503.tar.xz
clientdata-s20180503.zip
make the confused tree npc use its new framess20180503
-rw-r--r--graphics/sprites/npcs/xml/confused-tree.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/sprites/npcs/xml/confused-tree.xml b/graphics/sprites/npcs/xml/confused-tree.xml
index 7f287522..781b3694 100644
--- a/graphics/sprites/npcs/xml/confused-tree.xml
+++ b/graphics/sprites/npcs/xml/confused-tree.xml
@@ -11,14 +11,12 @@ Copyright (C) 2017 The Mana World -->
<action name="stand" imageset="npc">
<!-- Winter -->
<animation direction="default">
- <!-- TODO: change when we will have remaining frames -->
<frame index="1" offsetX="16"/>
</animation>
<!-- Spring -->
<animation direction="downleft">
- <!-- TODO: change when we will have remaining frames -->
- <frame index="0" offsetX="16"/>
+ <frame index="3" offsetX="16"/>
</animation>
<!-- Summer -->
@@ -28,7 +26,7 @@ Copyright (C) 2017 The Mana World -->
<!-- Autumn -->
<animation direction="upleft">
- <frame index="1" offsetX="16"/>
+ <frame index="2" offsetX="16"/>
</animation>
</action>
</sprite>