Files
narya/tests/rsrc/bundles/components/actions.xml
T
Michael Bayne cbcf5d217e Revamped bundle stuff to put all actions and classes in one top-level
metadata bundle and just the components in separate component bundles.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1058 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-02-19 22:10:30 +00:00

42 lines
1.3 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: actions.xml,v 1.4 2002/02/19 22:10:30 mdb Exp $ -->
<!-- test component action definitions -->
<actions>
<action name="standing">
<framesPerSecond>8</framesPerSecond>
<origin>43,106</origin>
<tileset>
<heights>124, 124, 124, 124, 124, 124, 124, 124</heights>
<widths>94, 94, 94, 94, 94, 94, 94, 94</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>8</framesPerSecond>
<origin>43,106</origin>
<tileset>
<heights>124, 124, 124, 124, 124, 124, 124, 124</heights>
<widths>94, 94, 94, 94, 94, 94, 94, 94</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>