少年修仙传客户端代码仓库
client_linchunjie
2019-01-11 bc7abe111d69d8a26b06be583ca4deb39bf08c67
Core/GameEngine/Login/LaunchPostProcess.cs
@@ -11,7 +11,7 @@
    bool m_Completed = false;
    public bool completed { get { return m_Completed; } set { m_Completed = value; } }
    public float progress { get { return Config.Instance.GetProgress(); } }
    public float progress { get { return Mathf.Clamp01((Time.time - startTime) * 0.1f + Config.Instance.GetProgress() * 0.7f); } }
    float startTime = 0f;