Files
narya/tests/rsrc/bundles/components/actions.xml
T
Michael Bayne dd84a00252 Sweet new pirate action!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1091 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-03-05 07:10:12 +00:00

42 lines
1.3 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: actions.xml,v 1.5 2002/03/05 07:09:59 mdb Exp $ -->
<!-- test component action definitions -->
<actions>
<action name="standing">
<framesPerSecond>5</framesPerSecond>
<origin>50,112</origin>
<tileset>
<heights>160, 160, 160, 160, 160, 160, 160, 160</heights>
<widths>100, 100, 100, 100, 100, 100, 100, 100</widths>
<tileCounts>1, 1, 1, 1, 1, 1, 1, 1</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
</tileset>
</action>
<action name="walking">
<framesPerSecond>5</framesPerSecond>
<origin>50,112</origin>
<tileset>
<heights>160, 160, 160, 160, 160, 160, 160, 160</heights>
<widths>100, 100, 100, 100, 100, 100, 100, 100</widths>
<tileCounts>6, 6, 6, 6, 6, 6, 6, 6</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
</tileset>
</action>
<action name="sailing">
<framesPerSecond>8</framesPerSecond>
<origin>22,46</origin>
<tileset>
<widths>44, 44, 44, 44, 44, 44, 44, 44</widths>
<heights>46, 46, 46, 46, 46, 46, 46, 46</heights>
<tileCounts>1, 1, 1, 1, 1, 1, 1, 1</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
</tileset>
</action>
</actions>