resumeBgm method

void resumeBgm()

Implementation

void resumeBgm() {
  if (settings.bgm) {
    FlameAudio.bgm.resume();
  }
}