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)