The wildest technical part of this is I didn't want the music having to be pre-loaded as part of the godot bundle because it would take too long, so there's a whole javascript framework to download the music in the background outside the bundle while the game runs, and godot calls into that to play.
Comments