A simple program that allows the user to control "Yourself" (The name of the character) as if they were playing a song, you can use the x/y variables to move the sprite to a different location, and customize the size to your liking. The differing values in the function are to account for alignment issues such as differing sizes for the animations, slight x/y offsets in each animation type, etc. The simplicity of the code should in theory allow you to use the sprite in an fnf engine, simply by modifying the logic for starting and stopping the different animations a bit. See notes and credits for patch notes
**7/08/2024** - Initial release **8/08/2024** - Slightly improved the animation for holding a key down - Cleaned up codeblocks for better readability