diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/sprite/confused-tree.png | bin | 0 -> 5297 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/confused-tree.xml | 11 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/sprites/npcs/sprite/confused-tree.png b/graphics/sprites/npcs/sprite/confused-tree.png Binary files differnew file mode 100644 index 00000000..866f33d3 --- /dev/null +++ b/graphics/sprites/npcs/sprite/confused-tree.png diff --git a/graphics/sprites/npcs/xml/confused-tree.xml b/graphics/sprites/npcs/xml/confused-tree.xml index 3bd6ac71..874a44bf 100644 --- a/graphics/sprites/npcs/xml/confused-tree.xml +++ b/graphics/sprites/npcs/xml/confused-tree.xml @@ -4,20 +4,19 @@ Copyright (C) 2017 The Mana World --> <sprite> <imageset name="npc" - src="graphics/tilesets/tree-x4x5.png" - width="128" + src="graphics/sprites/npcs/sprite/confused-tree.png" + width="160" height="160"/> <action name="stand" imageset="npc"> + <!-- TODO: add missing frames --> <!-- Winter --> <animation direction="default"> - <!-- TODO: change when we will have remaining frames --> - <frame index="1"/> + <frame index="0"/> </animation> <!-- Spring --> <animation direction="downleft"> - <!-- TODO: change when we will have remaining frames --> <frame index="0"/> </animation> @@ -28,7 +27,7 @@ Copyright (C) 2017 The Mana World --> <!-- Autumn --> <animation direction="upleft"> - <frame index="1"/> + <frame index="0"/> </animation> </action> </sprite> |