Posted September 11, 2019 by Xecestel
#update #version 1.8 #full paths #bug fix
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.