Set the sprite to walking when we start our path.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@689 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: CharacterSprite.java,v 1.18 2001/11/27 08:09:35 mdb Exp $
|
// $Id: CharacterSprite.java,v 1.19 2001/11/29 20:33:44 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cast;
|
package com.threerings.cast;
|
||||||
|
|
||||||
@@ -106,6 +106,7 @@ public class CharacterSprite
|
|||||||
super.pathBeginning();
|
super.pathBeginning();
|
||||||
|
|
||||||
// enable walking animation
|
// enable walking animation
|
||||||
|
setActionSequence(WALKING);
|
||||||
setAnimationMode(TIME_BASED);
|
setAnimationMode(TIME_BASED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user