少年修仙传客户端代码仓库
hch
2020-10-15 bbc0aaf3850e32c80a7c3125e96b0898941a2a97
0312 提高功能开启漂移的移动速度
1个文件已修改
4 ■■■■ 已修改文件
System/Treasure/FunctionUnlockFlyObject.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Treasure/FunctionUnlockFlyObject.cs
@@ -27,7 +27,7 @@
        Vector3 originalPosition = Vector3.zero;
        float originalScale = 2f;
        float speed =4.5f;
        float speed =6f;
        float durationLimit = 10f;
        float timer = 0f;
@@ -37,7 +37,7 @@
        public void SetContent(FunctionUnlockType _type, int _id)
        {
            SetSpeed(4.5f);
            SetSpeed(6f);
            m_UnLockType = _type;
            m_Id = _id;