diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-07 00:51:00 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-07 00:51:00 +0000 |
commit | 30a6848240ca6da43dd04f1ecfb799d0145b905f (patch) | |
tree | f65eb6d0fc1aea1abd78bfed2af1703e8c3b5252 | |
parent | 6a837af7d0be2a05d00b96d3ea92368b276676c5 (diff) | |
download | clientdata-30a6848240ca6da43dd04f1ecfb799d0145b905f.tar.gz clientdata-30a6848240ca6da43dd04f1ecfb799d0145b905f.tar.bz2 clientdata-30a6848240ca6da43dd04f1ecfb799d0145b905f.tar.xz clientdata-30a6848240ca6da43dd04f1ecfb799d0145b905f.zip |
add chagashroom xml :D
-rw-r--r-- | graphics/sprites/monsters/chagashroom.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/chagashroom.xml b/graphics/sprites/monsters/chagashroom.xml new file mode 100644 index 00000000..977bf025 --- /dev/null +++ b/graphics/sprites/monsters/chagashroom.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid Saulc +Copyright (C) 2018 TMW2 --> +<sprite> + <imageset name="mob" + src="graphics/sprites/monsters/chagashroom.png" + width="64" + height="64" + offsetY="19"/> + + <action name="spawn" imageset="mob"> + <animation direction="default"> + <!-- Growing Animation --> + <sequence start="0" end="4" delay="120"/> + <sequence start="5" end="6" delay="90"/> + <jump action="stand"/> + </animation> + </action> + + <action name="stand" imageset="mob"> + <animation direction="default"> + <!-- Static --> + <frame index="7"/> + </animation> + </action> + + <action name="dead" imageset="mob"> + <animation> + <!-- Retreat Animation --> + <sequence start="8" end="13" delay="120"/> + <frame index="14"/> + </animation> + </action> +</sprite> |