MightyPrinny / godot-FLMusicLib

GDNative library that plays mp3, chiptune and tracker music files using Game Music Emu, Minimp3 and openmpt
Creative Commons Zero v1.0 Universal
51 stars 7 forks source link

How do you use this? #12

Open Cyber688 opened 2 years ago

Cyber688 commented 2 years ago

How exactly do you use this? I'm confused.

jon-heard commented 1 year ago

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!