VRushLP / RigorMortisGame

A game made for TCSS491 Computational Worlds, Winter 2016
2 stars 0 forks source link

Holding right and left places you into a run animation #65

Closed tjsg1992 closed 8 years ago

tjsg1992 commented 8 years ago

Should place you into a rest animation instead. In fact, this might actually be causing you to requestMove in both directions at once, but the movements are so small that they're imperceptive.

tjsg1992 commented 8 years ago

I'm going to tackle this while refactoring knight

tjsg1992 commented 8 years ago

Done!