Behold, Nenya, Ring of Water and repository for our media and animation related
goodies, both Java 2D and LWJGL/JME 3D. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
|
||||
<!-- $Id: components.xml 600 2001-11-08 02:15:59Z shaper $ -->
|
||||
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user