lcy
2025-11-21 8445b9ee122ed1fbb4ad31f7e9da35406f7dc182
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)