godot-FLMusicLib
godot-FLMusicLib copied to clipboard
How do you use this?
How exactly do you use this? I'm confused.
I'd suggest checking out the "demo" branch of this github project. It has a simple Godot project that uses this library. One thing I found, when bringing the library into my project, is that play_music() only works if all parameters are entered, even "optional" ones. This is how it's done in the demo project.
Also, the folder structure is important. Make sure to put things in the same places they are at in the demo project.
Good luck!