diff options
author | Reid <reidyaro@gmail.com> | 2011-12-30 01:40:07 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-30 01:40:07 +0100 |
commit | c029e77e8eda0e6d593352cddeb1ac9fcb51f509 (patch) | |
tree | d172804a7c4e3b8d95b9f66fb03208cccc7bd286 /graphics/sprites | |
parent | 8fcccfbb3f7cd2c098a81fe8bce166c120fe6ecf (diff) | |
download | clientdata-c029e77e8eda0e6d593352cddeb1ac9fcb51f509.tar.gz clientdata-c029e77e8eda0e6d593352cddeb1ac9fcb51f509.tar.bz2 clientdata-c029e77e8eda0e6d593352cddeb1ac9fcb51f509.tar.xz clientdata-c029e77e8eda0e6d593352cddeb1ac9fcb51f509.zip |
Add hammock NPCs sprites and general xml,
Add Devis npc on npcs.xml,
Remove one hammock on 000-2-1 map.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/XML1/hammock.xml | 14 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/hammock.png | bin | 0 -> 7540 bytes |
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/XML1/hammock.xml b/graphics/sprites/npcs/XML1/hammock.xml new file mode 100644 index 00000000..a2065688 --- /dev/null +++ b/graphics/sprites/npcs/XML1/hammock.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!-- Author : Reid +Copyright (C) 2011 Evol Online --> +<sprite variants="2" variant_offset="1"> + + <imageset name="base" src="graphics/sprites/npcs/sprite/hammock.png" width="96" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> + +</sprite>
\ No newline at end of file diff --git a/graphics/sprites/npcs/sprite/hammock.png b/graphics/sprites/npcs/sprite/hammock.png Binary files differnew file mode 100644 index 00000000..a86fd796 --- /dev/null +++ b/graphics/sprites/npcs/sprite/hammock.png |