kyzfrintin / Godot-Mixing-Desk

A complete audio solution for Godot 3.3.x, making procedural sound and adaptive/procedural music possible with a few nodes and a couple lines of code.
MIT License
636 stars 32 forks source link

Addon cannot be activated #7

Closed aleksfadini closed 4 years ago

aleksfadini commented 5 years ago

Due to a typo on line 24 of mixing_desk.gd

Preloading “sound/2D/multi_sound.gd” throws an error because 2D should be lowercase, 2d.

Will submit a merge later if this doesn’t get fixed already.

kyzfrintin commented 4 years ago

Thank you for pointing this out. Fixing in my next update. Surprised this slipped past me!