I want to make a player that moves around the screen, but this one has to be always looking forward (running), I already have the player's movements, but this one turns me when I push it back. Some help?
Develop games in your browser. Powerful, performant & highly capable.
Are you using your animated sprite as the player controller? I'd use an invisible sprite for that and pin the animated sprite's location (but not angle) to the invisible controller sprite.