diff options
author | Micksha <ms-shaman@gmx.de> | 2018-11-22 12:31:39 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2018-11-22 12:31:39 +0000 |
commit | 4c1ce2e8965f867452eb26049c7099941ca071a8 (patch) | |
tree | 97fb109faac8bd1c2189e46ed54515fc408468e2 /graphics/sprites | |
parent | 90a5603d753fb7ff7e27ac2893a60b0a2183de21 (diff) | |
parent | 730794f3629ebaeaee3681924db69972186a9a64 (diff) | |
download | clientdata-s20181205.tar.gz clientdata-s20181205.tar.bz2 clientdata-s20181205.tar.xz clientdata-s20181205.zip |
Merge branch 'mobs' into 'master's20181205
Add beehive to 008-1-1 and various gems to 008-3-0 (for testing)
See merge request evol/clientdata!74
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/beehive.xml | 22 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/koga.png | bin | 116899 -> 153131 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/koga.xml | 6 |
3 files changed, 25 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/beehive.xml b/graphics/sprites/monsters/beehive.xml new file mode 100644 index 00000000..d0d4e63c --- /dev/null +++ b/graphics/sprites/monsters/beehive.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" + src="graphics/sprites/monsters/beehive.png" + width="30" + height="30" + /> + <action name="stand" imageset="base"> + <animation> + <frame index="0" + offsetX="-3" + offsetY="15"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1" + offsetX="-3" + offsetY="15"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/sprite/koga.png b/graphics/sprites/npcs/sprite/koga.png Binary files differindex fc35090d..4c2b8825 100644 --- a/graphics/sprites/npcs/sprite/koga.png +++ b/graphics/sprites/npcs/sprite/koga.png diff --git a/graphics/sprites/npcs/xml/koga.xml b/graphics/sprites/npcs/xml/koga.xml index 6b3f17ad..d2db4625 100644 --- a/graphics/sprites/npcs/xml/koga.xml +++ b/graphics/sprites/npcs/xml/koga.xml @@ -5,12 +5,12 @@ Copyright (C) 2018 Evol Online --> <sprite> <imageset name="npc" src="graphics/sprites/npcs/sprite/koga.png" - width="634" - height="477"/> + width="672" + height="512"/> <action name="stand" imageset="npc"> <animation direction="default"> - <frame index="0"/> + <sequence start="0" end="2" delay="300"/> </animation> </action> </sprite> |