bgm 0.5 -> 1 볼륨
This commit is contained in:
parent
fafed1ea32
commit
0415244d30
|
|
@ -109,7 +109,7 @@ public class SoundInfo : MonoBehaviourSingletonTemplate<SoundInfo>
|
||||||
|
|
||||||
BGM_AudioSource.clip = dic_bgmclip[_bgm];
|
BGM_AudioSource.clip = dic_bgmclip[_bgm];
|
||||||
BGM_AudioSource.loop = true;
|
BGM_AudioSource.loop = true;
|
||||||
BGM_AudioSource.volume = 1f;// OptionInfo.Ins.slider_BGM.value;
|
BGM_AudioSource.volume = 0.5f;// OptionInfo.Ins.slider_BGM.value;
|
||||||
if (SaveMgr.Ins.Get_Option(eOption.Bgm))
|
if (SaveMgr.Ins.Get_Option(eOption.Bgm))
|
||||||
RePlay_BGM();
|
RePlay_BGM();
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue