Files
narya/docs/miso/scenegroup.xml
T
Dave Hoover e571cd9e70 I swear; sometime before 2011 I'll be done stumbling across ways my
copyright updating missed things


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6012 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-01-06 01:09:57 +00:00

22 lines
483 B
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id$ -->
<!-- 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>