Player Animations #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently our player has no graphics!
Use AnimatedSprite2D to update our player with some graphics. Create an "idle" state, a "running" state, a "jump" state - and any other kind of action you wish to take.
Have the player turn in the direction they should be facing.
Complete!