Game Development Community

Land Animation state

by Lathieeshe Thillainathan · in TGB Platformer Kit · 06/18/2008 (7:20 pm) · 2 replies

Hello,

I've been fooling around with adding our own animated sprites. Wondering what happened to the LAND state. I notice that their is a land.png for the dragon and a land animation but in ActorAnimationBehavior.cs there is no LAND STATE. I'm wondering if that's added somewhere else?

#1
06/18/2008 (8:14 pm)
The land animation is an actual transition between FallState and IdleState.

Alternatively, you could add an actual LandState, but you can get the same effect from the transition.
#2
06/18/2008 (8:27 pm)
Thanks. Thought it was being called in the TGB source.