diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-18 19:25:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-18 19:25:16 -0300 |
commit | a62a3c7ae0b26aa39094a03559b764c4e46f68e0 (patch) | |
tree | 93ec3c4b3451bdf90f11f4015935ec871743774d /graphics | |
parent | b98cc3a3d2540c5ebb925fdf6738814618084fb7 (diff) | |
download | clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.tar.gz clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.tar.bz2 clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.tar.xz clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.zip |
Experiment MIMIC graphics, from another art repo
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/mimic.png | bin | 0 -> 3041 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/mimic.xml | 46 |
2 files changed, 46 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/mimic.png b/graphics/sprites/monsters/mimic.png Binary files differnew file mode 100644 index 00000000..4f8ee548 --- /dev/null +++ b/graphics/sprites/monsters/mimic.png diff --git a/graphics/sprites/monsters/mimic.xml b/graphics/sprites/monsters/mimic.xml new file mode 100644 index 00000000..97e078a7 --- /dev/null +++ b/graphics/sprites/monsters/mimic.xml @@ -0,0 +1,46 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/mimic.png|Y" width="48" height="48"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" /> + </animation> + <animation direction="left"> + <frame index="0" /> + </animation> + <animation direction="up"> + <frame index="0" /> + </animation> + <animation direction="right"> + <frame index="0" /> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="0" end="10" delay="75" /> + </animation> + <animation direction="left"> + <sequence start="0" end="10" delay="200" /> + </animation> + <animation direction="up"> + <sequence start="0" end="10" delay="75" /> + </animation> + <animation direction="right"> + <sequence start="0" end="10" delay="75" /> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="11" /> + </animation> + <animation direction="left"> + <frame index="11" /> + </animation> + <animation direction="up"> + <frame index="11" /> + </animation> + <animation direction="right"> + <frame index="11" /> + </animation> + </action> +</sprite> |