Moved AmbulatorySprite around and made it implement the Traverser

interface.  Initial version of AStarPathUtil and hooked it in to
SceneView.getPath().  Not yet tested.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@255 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-15 02:30:28 +00:00
parent ce7869c279
commit 0616f0f464
11 changed files with 377 additions and 62 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
//
// $Id: Tile.java,v 1.9 2001/08/13 19:54:39 shaper Exp $
// $Id: Tile.java,v 1.10 2001/08/15 02:30:27 shaper Exp $
package com.threerings.miso.tile;
@@ -30,10 +30,10 @@ public class Tile
/**
* Construct a new tile with the specified identifiers. Intended
* only for use by the <code>TileManager</code>. Do not call this
* only for use by the <code>TileSet</code>. Do not call this
* method.
*
* @see TileManager#getTile
* @see TileSet#getTile
*/
public Tile (int tsid, int tid)
{