ID:158704
 
I am trying to implement paperdoll in my game (for those that don't know, paper dolling is when you put on something on your character in your game, it also visaully puts it on too.) and I was wondering, could you have movment states for an overlay and would it work?
Yes. Overlays will match icon_state, direction, and movement state, provided they are not already specified.
In response to Garthor
Ok, thanks.