From 0415244d3045464fa5f4676cd8ce9ae1ca60e5f1 Mon Sep 17 00:00:00 2001 From: Ino Date: Fri, 7 Nov 2025 13:56:16 +0900 Subject: [PATCH] =?UTF-8?q?bgm=200.5=20->=201=20=EB=B3=BC=EB=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/AttachToGameObject/SoundInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/AttachToGameObject/SoundInfo.cs b/Assets/Scripts/AttachToGameObject/SoundInfo.cs index e68777c..6f123a8 100644 --- a/Assets/Scripts/AttachToGameObject/SoundInfo.cs +++ b/Assets/Scripts/AttachToGameObject/SoundInfo.cs @@ -109,7 +109,7 @@ public class SoundInfo : MonoBehaviourSingletonTemplate BGM_AudioSource.clip = dic_bgmclip[_bgm]; 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)) RePlay_BGM(); else