Renamed MobileSprite to AmbulatorySprite and fixed up to face the

proper direction while following a path.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@153 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-02 21:02:57 +00:00
parent c41c097cd4
commit 254433f5fb
4 changed files with 51 additions and 56 deletions
@@ -1,12 +1,13 @@
//
// $Id: PathNode.java,v 1.2 2001/08/02 20:43:03 shaper Exp $
// $Id: PathNode.java,v 1.3 2001/08/02 21:02:56 shaper Exp $
package com.threerings.miso.sprite;
import java.awt.Point;
/**
* The PathNode object is a single destination point in a Path.
* The <code>PathNode</code> is a single destination point in a
* <code>Path</code>.
*/
public class PathNode
{
@@ -17,7 +18,7 @@ public class PathNode
public int dir;
/**
* Construct a PathNode object.
* Construct a <code>PathNode</code> object.
*
* @param x the node x-position.
* @param y the node y-position.