Movement Animations
Without any libraries how would I make movement animations?
using a state machine. basically a variable that stores the state (eg. idle,running,jumping,falling) of the player and uses that variable to decide what animation to play.