From The Mana World
m (Use ProjectItem template) |
m (Fix license.) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
Phylactery sprite by Wombat. Made for the Crypt project. | Phylactery sprite by Wombat. Made for the Crypt project. | ||
== Licensing == | == Licensing == | ||
{{ | {{GPL2_CC-BY-SA-3.0}} | ||
== XML == | |||
<syntaxhighlight lang="xml"> | |||
<?xml version="1.0"?> | |||
<sprite> | |||
<imageset name="base" src="graphics/sprites/equipment/head/phylactery.png" width="40" height="40"/> | |||
<action name="stand" imageset="base"> | |||
<animation direction="down"> | |||
<frame index="0" offsetX="0" offsetY="-29" delay="75"/> | |||
</animation> | |||
<animation direction="left"> | |||
<frame index="1" offsetX="0" offsetY="-28" delay="75"/> | |||
</animation> | |||
<animation direction="up"> | |||
<frame index="2" offsetX="-1" offsetY="-25" delay="75"/> | |||
</animation> | |||
<animation direction="right"> | |||
<frame index="3" offsetX="0" offsetY="-28" delay="75"/> | |||
</animation> | |||
</action> | |||
<action name="walk" imageset="base"> | |||
<animation direction="down"> | |||
<frame index="0" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="0" offsetX="0" offsetY="-29" delay="150"/> | |||
<frame index="0" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="0" offsetX="0" offsetY="-29" delay="150"/> | |||
</animation> | |||
<animation direction="left"> | |||
<frame index="1" offsetX="0" offsetY="-29" delay="75"/> | |||
<frame index="1" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="1" offsetX="0" offsetY="-29" delay="150"/> | |||
<frame index="1" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="1" offsetX="0" offsetY="-29" delay="75"/> | |||
</animation> | |||
<animation direction="up"> | |||
<frame index="2" offsetX="-1" offsetY="-25" delay="75"/> | |||
<frame index="2" offsetX="-1" offsetY="-26" delay="150"/> | |||
<frame index="2" offsetX="-1" offsetY="-25" delay="75"/> | |||
<frame index="2" offsetX="-1" offsetY="-26" delay="150"/> | |||
</animation> | |||
<animation direction="right"> | |||
<frame index="3" offsetX="0" offsetY="-29" delay="75"/> | |||
<frame index="3" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="3" offsetX="0" offsetY="-29" delay="150"/> | |||
<frame index="3" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="3" offsetX="0" offsetY="-29" delay="75"/> | |||
</animation> | |||
</action> | |||
<action name="attack" imageset="base"> | |||
<animation direction="down"> | |||
<frame index="0" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="0" offsetX="0" offsetY="-29" delay="75"/> | |||
<frame index="0" offsetX="0" offsetY="-26" delay="75"/> | |||
<frame index="0" offsetX="0" offsetY="-25" delay="75"/> | |||
<end/> | |||
</animation> | |||
<animation direction="left"> | |||
<frame index="1" offsetX="4" offsetY="-30" delay="75"/> | |||
<frame index="1" offsetX="4" offsetY="-31" delay="75"/> | |||
<frame index="1" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="1" offsetX="-1" offsetY="-27" delay="75"/> | |||
<end/> | |||
</animation> | |||
<animation direction="up"> | |||
<frame index="2" offsetX="-2" offsetY="-25" delay="225"/> | |||
<frame index="2" offsetX="-2" offsetY="-24" delay="75"/> | |||
<end/> | |||
</animation> | |||
<animation direction="right"> | |||
<frame index="3" offsetX="-3" offsetY="-30" delay="75"/> | |||
<frame index="3" offsetX="-3" offsetY="-31" delay="75"/> | |||
<frame index="3" offsetX="0" offsetY="-28" delay="75"/> | |||
<frame index="3" offsetX="1" offsetY="-27" delay="75"/> | |||
<end/> | |||
</animation> | |||
</action> | |||
<action name="dead" imageset="base"> | |||
<animation direction="default"> | |||
<frame index="4" offsetX="22" offsetY="-4"/> | |||
</animation> | |||
</action> | |||
</sprite> | |||
</syntaxhighlight> |
Latest revision as of 16:43, 29 July 2013
Project Item | |
---|---|
Project | Crypt |
Summary
Phylactery sprite by Wombat. Made for the Crypt project.
Licensing
GPL 2+ | This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details. |
CC-BY-SA-3.0 | This file is licensed under the Creative Commons Attribution-Share Alike 3.0 license. |
You are free:
Under the following conditions:
|
XML
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/equipment/head/phylactery.png" width="40" height="40"/>
<action name="stand" imageset="base">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="-29" delay="75"/>
</animation>
<animation direction="left">
<frame index="1" offsetX="0" offsetY="-28" delay="75"/>
</animation>
<animation direction="up">
<frame index="2" offsetX="-1" offsetY="-25" delay="75"/>
</animation>
<animation direction="right">
<frame index="3" offsetX="0" offsetY="-28" delay="75"/>
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="-28" delay="75"/>
<frame index="0" offsetX="0" offsetY="-29" delay="150"/>
<frame index="0" offsetX="0" offsetY="-28" delay="75"/>
<frame index="0" offsetX="0" offsetY="-29" delay="150"/>
</animation>
<animation direction="left">
<frame index="1" offsetX="0" offsetY="-29" delay="75"/>
<frame index="1" offsetX="0" offsetY="-28" delay="75"/>
<frame index="1" offsetX="0" offsetY="-29" delay="150"/>
<frame index="1" offsetX="0" offsetY="-28" delay="75"/>
<frame index="1" offsetX="0" offsetY="-29" delay="75"/>
</animation>
<animation direction="up">
<frame index="2" offsetX="-1" offsetY="-25" delay="75"/>
<frame index="2" offsetX="-1" offsetY="-26" delay="150"/>
<frame index="2" offsetX="-1" offsetY="-25" delay="75"/>
<frame index="2" offsetX="-1" offsetY="-26" delay="150"/>
</animation>
<animation direction="right">
<frame index="3" offsetX="0" offsetY="-29" delay="75"/>
<frame index="3" offsetX="0" offsetY="-28" delay="75"/>
<frame index="3" offsetX="0" offsetY="-29" delay="150"/>
<frame index="3" offsetX="0" offsetY="-28" delay="75"/>
<frame index="3" offsetX="0" offsetY="-29" delay="75"/>
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="-28" delay="75"/>
<frame index="0" offsetX="0" offsetY="-29" delay="75"/>
<frame index="0" offsetX="0" offsetY="-26" delay="75"/>
<frame index="0" offsetX="0" offsetY="-25" delay="75"/>
<end/>
</animation>
<animation direction="left">
<frame index="1" offsetX="4" offsetY="-30" delay="75"/>
<frame index="1" offsetX="4" offsetY="-31" delay="75"/>
<frame index="1" offsetX="0" offsetY="-28" delay="75"/>
<frame index="1" offsetX="-1" offsetY="-27" delay="75"/>
<end/>
</animation>
<animation direction="up">
<frame index="2" offsetX="-2" offsetY="-25" delay="225"/>
<frame index="2" offsetX="-2" offsetY="-24" delay="75"/>
<end/>
</animation>
<animation direction="right">
<frame index="3" offsetX="-3" offsetY="-30" delay="75"/>
<frame index="3" offsetX="-3" offsetY="-31" delay="75"/>
<frame index="3" offsetX="0" offsetY="-28" delay="75"/>
<frame index="3" offsetX="1" offsetY="-27" delay="75"/>
<end/>
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="default">
<frame index="4" offsetX="22" offsetY="-4"/>
</animation>
</action>
</sprite>
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 00:38, 15 July 2013 | ![]() | 200 × 40 (884 bytes) | Wombat (talk | contribs) | Phylactery sprite by Wombat. Made for the Crypt project. |
You cannot overwrite this file.
File usage
There are no pages that use this file.