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,21 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
|
||||
<!-- $Id: scenegroup.xml 474 2001-10-17 22:11:35Z shaper $ -->
|
||||
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user