Files
vilya/tests/rsrc/whirled/spot/tools/xml/scene.xml
T
Michael Bayne a4df87e52f Behold Vilya, Ring of Air and repository for our game and virtual worldly
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
2006-06-23 17:58:11 +00:00

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>