summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>