> Slapped my music engine into the project. > Reduced the volume of the Title Screen song to match with the rest of the songs (this is done by setting the volume block, so the song file hasn't changed) **JANK ALERT!** > The title screen song is still hardcoded. This is fixable by literally putting the song in the music engine code, but, as of right now, I don't wanna do that. > The volume variable still exists, but is only used for the title screen song. (The music engine directly modifies its volume reporter) This is fixable by putting the title screen song in the music engine (but see above)