yyl
2025-11-20 d9f2afbe9b9b70c0a5d953ea75049cdee51d1afa
Main/System/SystemSetting/SystemSetting.cs
@@ -42,7 +42,7 @@
    public float GetSoundVolume()
    {
        return LocalSave.GetFloat(SOUND_VOLUME_KEY, .55f);
        return LocalSave.GetFloat(SOUND_VOLUME_KEY, 1.0f);
    }
    public void SetSoundEffect(float value)
@@ -52,7 +52,7 @@
    public float GetSoundEffect()
    {
        return LocalSave.GetFloat(SOUND_EFFECT_KEY, .8f);
        return LocalSave.GetFloat(SOUND_EFFECT_KEY, 1.0f);
    }
    public void SetGameFps(GameFps _frame)