diff options
author | gumi <git@gumi.ca> | 2018-04-25 10:15:16 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-04-25 10:15:16 -0400 |
commit | c60d2e57f5a3426dfa181cfa6e7bf50f3366dd8e (patch) | |
tree | c8b3e0a85e979c3fc193224acbd04111d4174270 /graphics/sprites/npcs | |
parent | 18a2049e7665dd90f0b89d0ab36f7ae9c8bda21a (diff) | |
download | clientdata-c60d2e57f5a3426dfa181cfa6e7bf50f3366dd8e.tar.gz clientdata-c60d2e57f5a3426dfa181cfa6e7bf50f3366dd8e.tar.bz2 clientdata-c60d2e57f5a3426dfa181cfa6e7bf50f3366dd8e.tar.xz clientdata-c60d2e57f5a3426dfa181cfa6e7bf50f3366dd8e.zip |
make the confused tree npc use its new framess20180503
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/xml/confused-tree.xml | 6 |
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> |