Reworking exits and locations en route to editor support for placement

within a scene.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@208 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-09 21:17:06 +00:00
parent 506623be27
commit 593d17aeb5
9 changed files with 225 additions and 141 deletions
@@ -1,5 +1,5 @@
//
// $Id: LineSegmentPath.java,v 1.4 2001/08/03 22:23:47 shaper Exp $
// $Id: LineSegmentPath.java,v 1.5 2001/08/09 21:17:06 shaper Exp $
package com.threerings.miso.sprite;
@@ -29,6 +29,12 @@ public class Path
public static final int DIR_SOUTHEAST = 6;
public static final int DIR_SOUTH = 7;
/** String translations for the direction constants. */
public static String[] XLATE_DIRS = {
"Southwest", "West", "Northwest", "North", "Northeast",
"East", "Southeast", "South"
};
/**
* Construct a <code>Path</code> object.
*/