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:
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: TileUtil.java,v 1.1 2001/08/14 23:35:22 mdb Exp $
|
||||
// $Id: TileUtil.java,v 1.2 2001/08/15 02:30:27 shaper Exp $
|
||||
|
||||
package com.threerings.miso.tile;
|
||||
|
||||
import java.awt.Image;
|
||||
|
||||
import com.threerings.media.sprite.AmbulatorySprite;
|
||||
import com.threerings.media.sprite.MultiFrameImage;
|
||||
import com.threerings.media.sprite.Path;
|
||||
import com.threerings.miso.scene.AmbulatorySprite;
|
||||
|
||||
/**
|
||||
* Tile-related utility functions.
|
||||
|
||||
Reference in New Issue
Block a user