Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 568 Bytes

License

oamlGodotModule

Open Adaptive Music Library module for godot engine

For info on oaml check out https://github.com/oamldev/oaml

Usage

Clone the repository inside your godot/modules dir:

  cd godot
  cd modules
  git clone --recursive https://github.com/oamldev/oamlGodotModule

Now rebuild godot and then you can use the module inside a gdscript, check oamlGodotDemo for an example.