Separated path code from sprite code so that we can have other things
follow a path (specifically, I want to allow the media panel to be "scrolled" along a path). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1409 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// $Id: CharacterSprite.java,v 1.31 2002/05/29 23:27:14 mdb Exp $
|
||||
// $Id: CharacterSprite.java,v 1.32 2002/05/31 03:38:02 mdb Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
import com.threerings.media.sprite.Path;
|
||||
import com.threerings.media.sprite.ImageSprite;
|
||||
import com.threerings.media.util.Path;
|
||||
|
||||
/**
|
||||
* A character sprite is a sprite that animates itself while walking
|
||||
|
||||
Reference in New Issue
Block a user