a4df87e52f
extensions to the distributed environment provided by Narya. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1 c613c5cb-e716-0410-b11b-feb51c14d237
10 lines
392 B
XML
10 lines
392 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- test spot scene parser -->
|
|
<scene name="Test Scene" version="42" defaultEntranceId="3">
|
|
<portal portalId="1" x="1" y="25" orient="3" name="East portal"
|
|
targetSceneName="East scene" targetPortalName="West portal"/>
|
|
<portal portalId="2" x="25" y="1" orient="5" name="North portal"
|
|
targetSceneName="North scene" targetPortalName="South portal"/>
|
|
</scene>
|