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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addon cannot be activated

aleksfadini opened this issue · comments

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.

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