Minor reformatting.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1505 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: MisoCharacterSprite.java,v 1.3 2001/11/27 22:17:42 mdb Exp $
|
// $Id: MisoCharacterSprite.java,v 1.4 2002/06/20 07:47:14 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.miso.scene;
|
package com.threerings.miso.scene;
|
||||||
|
|
||||||
@@ -16,8 +16,7 @@ import com.threerings.miso.tile.BaseTile;
|
|||||||
* sprite will only be moved about via the {@link TilePath}, which
|
* sprite will only be moved about via the {@link TilePath}, which
|
||||||
* will itself keep the sprite coordinates properly up to date.
|
* will itself keep the sprite coordinates properly up to date.
|
||||||
*/
|
*/
|
||||||
public class MisoCharacterSprite
|
public class MisoCharacterSprite extends CharacterSprite
|
||||||
extends CharacterSprite
|
|
||||||
implements Traverser
|
implements Traverser
|
||||||
{
|
{
|
||||||
// documentation inherited
|
// documentation inherited
|
||||||
|
|||||||
Reference in New Issue
Block a user