Files
narya/tests/rsrc/config/miso/components.xml
T
Walter Korman 1059e197ec Added an additional test torso component.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@600 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-08 02:15:59 +00:00

36 lines
965 B
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: components.xml,v 1.3 2001/11/08 02:15:59 shaper Exp $ -->
<!-- Initial test character component description data. -->
<charactercomponents
imagedir="media/miso/tiles/components/"
tilesets="rsrc/config/miso/tilesets-components.xml">
<!-- Action sequences. -->
<actions>
<action asid="0" name="Standing" fileid="standing" tsid="0"
fps="5" origin="47, 80"/>
<action asid="1" name="Walking" fileid="walking" tsid="1"
fps="5" origin="47, 80"/>
</actions>
<!-- Component classes. -->
<classes>
<class clid="0" name="Hat" render="1"/>
<class clid="1" name="Torso" render="0"/>
</classes>
<!-- Component descriptions. -->
<components>
<component cid="7" fileid="hat_tri" asids="0, 1" clid="0"/>
<component cid="13" fileid="torso_red" asids="0, 1" clid="1"/>
<component cid="14" fileid="torso" asids="0, 1" clid="1"/>
</components>
</charactercomponents>