Files
narya/tests/rsrc/config/miso/components.xml
T
Walter Korman d102a47f13 Abstracted character-sprite-related activity to the cast package in
preparation for character component compositing and other
character-related antics.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@575 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-10-26 01:17:22 +00:00

20 lines
474 B
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: components.xml,v 1.1 2001/10/26 01:17:21 shaper Exp $ -->
<!-- Initial test character component description data. -->
<charactercomponents>
<componenttypes>
<type ctid="1" frames="5" fps="5" origin="47, 80"/>
<type ctid="2" frames="6" fps="5" origin="47, 80"/>
</componenttypes>
<components>
<component cid="1011" ctid="1"/>
<component cid="1012" ctid="2"/>
</components>
</charactercomponents>