De-capitalize destScene to avoid connoting case-sensitivity.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@474 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
|
||||
<!-- $Id: scenegroup.xml,v 1.1 2001/08/16 23:32:40 shaper Exp $ -->
|
||||
<!-- $Id: scenegroup.xml,v 1.2 2001/10/17 22:11:35 shaper Exp $ -->
|
||||
|
||||
<!-- A simple sample scene group description file. -->
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
<scene src="rsrc/scenes/townsquare.xml">
|
||||
<name>Town Square</name>
|
||||
<entrance>South</entrance>
|
||||
<portal src="South" destScene="Harbour" dest="North"/>
|
||||
<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"/>
|
||||
<portal src="North" destscene="Town Square" dest="South"/>
|
||||
</scene>
|
||||
|
||||
</scenegroup>
|
||||
|
||||
Reference in New Issue
Block a user