Added a name for use in the editor and in XML files.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@664 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: Portal.java,v 1.1 2001/11/13 02:25:35 mdb Exp $
|
// $Id: Portal.java,v 1.2 2001/11/29 00:16:31 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.spot.data;
|
package com.threerings.whirled.spot.data;
|
||||||
|
|
||||||
@@ -27,6 +27,11 @@ public class Portal extends Location
|
|||||||
* the target scene when they "use" this portal. */
|
* the target scene when they "use" this portal. */
|
||||||
public int targetLocationId;
|
public int targetLocationId;
|
||||||
|
|
||||||
|
/** During the offline scene creation process, a portal will have a
|
||||||
|
* huamn readable name. This is not serialized or transmitted over the
|
||||||
|
* wire. */
|
||||||
|
public String name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a portal with the supplied values.
|
* Constructs a portal with the supplied values.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user