diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-27 17:10:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-27 17:10:45 -0300 |
commit | c1c50f3b8315bb4120c4926773dbf76bf365300a (patch) | |
tree | bbb8feea450794b2e388549e950a78e8d983d037 /graphics | |
parent | 8af5f8e047e0e2df76c533d60cd72649e9c4d9a5 (diff) | |
download | clientdata-c1c50f3b8315bb4120c4926773dbf76bf365300a.tar.gz clientdata-c1c50f3b8315bb4120c4926773dbf76bf365300a.tar.bz2 clientdata-c1c50f3b8315bb4120c4926773dbf76bf365300a.tar.xz clientdata-c1c50f3b8315bb4120c4926773dbf76bf365300a.zip |
Missing NPC information
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/sprite/manatree.png | bin | 0 -> 11905 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/manatree.xml | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/manatree.png b/graphics/sprites/npcs/sprite/manatree.png Binary files differnew file mode 100644 index 00000000..51994116 --- /dev/null +++ b/graphics/sprites/npcs/sprite/manatree.png diff --git a/graphics/sprites/npcs/xml/manatree.xml b/graphics/sprites/npcs/xml/manatree.xml new file mode 100644 index 00000000..945ea590 --- /dev/null +++ b/graphics/sprites/npcs/xml/manatree.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2016 - 2020 Evol Online --> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/manatree.png" + width="384" + height="288"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> +</sprite> |