修改鱼线

This commit is contained in:
2026-03-22 18:14:35 +08:00
parent 04d6446a76
commit 21c8775b58
5 changed files with 17 additions and 18 deletions

View File

@@ -86,7 +86,7 @@ public class SceneSettings : MonoBehaviour
private void UpdateTimeOfDay()
{
var p = GameTimer.GetGameDayProgress();
p = 0.5f;
p = 0.1f;
// Debug.Log(p);
EnviroManager.instance.Time.SetTimeOfDay(p * 24f);
// if(AzureCoreSystem)