Files
narya/docs/miso/scenegroup.xml
T
Walter Korman 6756d332f8 Sample scene group description.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@275 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-08-16 23:32:40 +00:00

22 lines
537 B
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: scenegroup.xml,v 1.1 2001/08/16 23:32:40 shaper Exp $ -->
<!-- A simple sample scene group description file. -->
<scenegroup>
<scene src="rsrc/scenes/townsquare.xml">
<name>Town Square</name>
<entrance>South</entrance>
<portal src="South" destScene="Harbour" dest="North"/>
</scene>
<scene src="rsrc/scenes/harbour.xml">
<name>Harbour</name>
<entrance>West</entrance>
<portal src="North" destScene="Town Square" dest="South"/>
</scene>
</scenegroup>