From 258234852dd4c5e7c70df9b9fe2a3f91e53d965a Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 20 十一月 2025 15:29:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/SystemSetting/SystemSetting.cs | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Main/System/SystemSetting/SystemSetting.cs b/Main/System/SystemSetting/SystemSetting.cs
index 9bf7362..077b8d4 100644
--- a/Main/System/SystemSetting/SystemSetting.cs
+++ b/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)
@@ -162,18 +162,18 @@
break;
}
-#if UNITY_ANDROID && !UNITY_EDITOR
- if (_disabeCamera)
- {
- CameraManager.uiCamera.enabled = false;
- }
+// #if !UNITY_EDITOR
+// if (_disabeCamera)
+// {
+// CameraManager.uiCamera.enabled = false;
+// }
- ResolutionUtility.AdjustResolution(_quality);
- if (_disabeCamera)
- {
- Co_WaitFewMinute();
- }
-#endif
+// ResolutionUtility.AdjustResolution(_quality);
+// if (_disabeCamera)
+// {
+// Co_WaitFewMinute();
+// }
+// #endif
if (qualityLevelChangeEvent != null)
{
--
Gitblit v1.8.0