diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-08-22 22:21:42 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-08-22 22:21:42 -0400 |
commit | 99db75fe94313f7c63d0ae730df5c26fe80ad7bf (patch) | |
tree | 5341c66c383a83af096d21604bfbadcaa1601e13 /graphics/sprites | |
parent | 8b2cf738edf8bd94f61364944e255bd6ae9fe873 (diff) | |
download | clientdata-99db75fe94313f7c63d0ae730df5c26fe80ad7bf.tar.gz clientdata-99db75fe94313f7c63d0ae730df5c26fe80ad7bf.tar.bz2 clientdata-99db75fe94313f7c63d0ae730df5c26fe80ad7bf.tar.xz clientdata-99db75fe94313f7c63d0ae730df5c26fe80ad7bf.zip |
partially revert 11dfb45
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> |