itch.io is community of indie game creators and players

Devlogs

Version 1.8 out NOW!

Sound Manager Plugin
A downloadable tool

What's new

  • Now you can also pass an absolute path to the Sound Manager to play a sound. Just remember to tell the Sound Manager that you're passing a path and not a file name.
    So for example instead of doing SoundManager.play_bgm("BGM") you will have to call SoundManager.play_bgm("res://Audio/bgm.ogg", true, true) where the first true value is for the reset_to_default variable, while the second one is to tell the Sound Manager that that's a path, not a name.
  • Fixed a bug that made difficult to see the advanced options tab on smaller screens.

Files

  • Sound Manager Plugin v1.8 50 kB
    Sep 11, 2019
Download Sound Manager Plugin
Leave a comment