Created the player's sprites and more
Added a dynamic sword system
Implemented a depth ordering system
The sword is not a part of the player's animations. It's dynamically attached to the player, so it's a separate object.
This will allow me to easily add new swords, which I didn't originally plan to do. So, good!