*** empty log message ***
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@584 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#
|
||||
# $Id: miso.properties,v 1.15 2001/11/01 01:35:23 shaper Exp $
|
||||
# $Id: miso.properties,v 1.16 2001/11/02 02:51:11 shaper Exp $
|
||||
#
|
||||
# Initial test config values for miso development.
|
||||
#
|
||||
|
||||
# the tile set repository class that handles tile set storage
|
||||
tilesetrepo = com.threerings.miso.tile.XMLFileTileSetRepository
|
||||
tilesetrepo = com.threerings.miso.tile.XMLTileSetRepository
|
||||
|
||||
# the scene repository class that handles scene storage
|
||||
scenerepo = com.threerings.miso.scene.xml.XMLFileSceneRepository
|
||||
scenerepo = com.threerings.miso.scene.xml.XMLSceneRepository
|
||||
|
||||
# the directory containing scene description files
|
||||
sceneroot = rsrc/scenes
|
||||
|
||||
@@ -1,19 +1,34 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
|
||||
<!-- $Id: components.xml,v 1.1 2001/10/26 01:17:21 shaper Exp $ -->
|
||||
<!-- $Id: components.xml,v 1.2 2001/11/02 02:51:11 shaper Exp $ -->
|
||||
|
||||
<!-- Initial test character component description data. -->
|
||||
|
||||
<charactercomponents>
|
||||
<charactercomponents
|
||||
imagedir="media/miso/tiles/components/"
|
||||
tilesets="rsrc/config/miso/tilesets-components.xml">
|
||||
|
||||
<componenttypes>
|
||||
<type ctid="1" frames="5" fps="5" origin="47, 80"/>
|
||||
<type ctid="2" frames="6" fps="5" origin="47, 80"/>
|
||||
</componenttypes>
|
||||
<!-- 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="1011" ctid="1"/>
|
||||
<component cid="1012" ctid="2"/>
|
||||
<component cid="7" fileid="hat_tri" asids="0, 1" clid="0"/>
|
||||
<component cid="13" fileid="torso_red" asids="0, 1" clid="1"/>
|
||||
</components>
|
||||
|
||||
</charactercomponents>
|
||||
|
||||
Reference in New Issue
Block a user