diff options
author | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-05-02 01:03:12 -0400 |
---|---|---|
committer | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-05-02 01:03:12 -0400 |
commit | ed2b070dc2f45a0a08a34f376f7568e6606f443a (patch) | |
tree | 3a4d0db820f77f9801d0bbc659d6b2512c4fb707 /graphics/sprites/monsters/monster-flower.xml | |
parent | 51be10d9c205590496f4696bd771c809f956fc14 (diff) | |
download | clientdata-ed2b070dc2f45a0a08a34f376f7568e6606f443a.tar.gz clientdata-ed2b070dc2f45a0a08a34f376f7568e6606f443a.tar.bz2 clientdata-ed2b070dc2f45a0a08a34f376f7568e6606f443a.tar.xz clientdata-ed2b070dc2f45a0a08a34f376f7568e6606f443a.zip |
Removed redundancies from Flower sprite and made recolorable. Renamed Flower as Pink Flower, and Petal as Pink Petal.
Diffstat (limited to 'graphics/sprites/monsters/monster-flower.xml')
-rw-r--r-- | graphics/sprites/monsters/monster-flower.xml | 43 |
1 files changed, 14 insertions, 29 deletions
diff --git a/graphics/sprites/monsters/monster-flower.xml b/graphics/sprites/monsters/monster-flower.xml index 9ac93f22..c0bab67b 100644 --- a/graphics/sprites/monsters/monster-flower.xml +++ b/graphics/sprites/monsters/monster-flower.xml @@ -1,66 +1,51 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/monster-flower.png" width="60" height="60" /> + <imageset name="base" src="graphics/sprites/monsters/monster-flower.png|W:#ee748d,ffd8ce;R:#f6ffbd;Y:#23285f" width="58" height="45" /> <action name="stand" imageset="base"> <animation direction="down"> - <frame index="0" offsetY ="3" /> + <frame index="0" offsetY="3" /> </animation> <animation direction="left"> - <frame index="10" offsetY ="3" /> + <frame index="6" offsetY="3" /> </animation> <animation direction="up"> - <frame index="20" offsetY ="3" /> + <frame index="12" offsetY="3" /> </animation> <animation direction="right"> - <frame index="30" offsetY ="3" /> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <sequence start="1" end="4" delay="75" offsetY ="3" /> - </animation> - <animation direction="left"> - <sequence start="11" end="14" delay="75" offsetY ="3" /> - </animation> - <animation direction="up"> - <sequence start="21" end="24" delay="75" offsetY ="3" /> - </animation> - <animation direction="right"> - <sequence start="31" end="34" delay="75" offsetY ="3" /> + <frame index="18" offsetY="3" /> </animation> </action> <action name="dead" imageset="base"> <animation direction="down"> - <frame index="9" offsetY ="3" /> + <frame index="5" offsetY="3" /> </animation> <animation direction="left"> - <frame index="19" offsetY ="3" /> + <frame index="11" offsetY="3" /> </animation> <animation direction="up"> - <frame index="29" offsetY ="3" /> + <frame index="17" offsetY="3" /> </animation> <animation direction="right"> - <frame index="39" offsetY ="3" /> + <frame index="23" offsetY="3" /> </animation> </action> <action name="attack" imageset="base"> <animation direction="down"> - <sequence start="5" end="8" delay="75" offsetY ="3" /> + <sequence start="1" end="5" delay="75" offsetY="3" /> </animation> <animation direction="left"> - <sequence start="15" end="18" delay="75" offsetY ="3" /> + <sequence start="7" end="10" delay="75" offsetY="3" /> </animation> <animation direction="up"> - <sequence start="25" end="28" delay="75" offsetY ="3" /> + <sequence start="13" end="16" delay="75" offsetY="3" /> </animation> <animation direction="right"> - <sequence start="35" end="38" delay="75" offsetY ="3" /> + <sequence start="19" end="22" delay="75" offsetY="3" /> </animation> </action> -</sprite>
\ No newline at end of file +</sprite> |