Sample scene group description.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@275 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-16 23:32:40 +00:00
parent d89f7ed454
commit 6756d332f8
+21
View File
@@ -0,0 +1,21 @@
<?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>