少年修仙传客户端代码仓库
client_Zxw
2018-11-23 bef3a50bbbd477da1989e57be3eef4518f1cdeea
4829 子 【1.3】新增音效配置 / 【前端】【1.3】绑玉转盘音效配置
3个文件已修改
3 ■■■■■ 已修改文件
System/Vip/VipInvest/CheckDisplay.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/VipInvest/RotatePointer.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/VipInvest/WheelOfFortuneWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/VipInvest/CheckDisplay.cs
@@ -93,6 +93,7 @@
                    break;
            }
            IsBool = true;
            SoundPlayer.Instance.StopUIAudio();
        }
    }
System/Vip/VipInvest/RotatePointer.cs
@@ -130,6 +130,7 @@
            }
            else
            {
                SoundPlayer.Instance.PlayUIAudio(69);
                IsRotateBool = true;
                _isRotate = true;
            }
System/Vip/VipInvest/WheelOfFortuneWin.cs
@@ -109,6 +109,7 @@
        private void EndOfFlashing()
        {
            TiedJadeChange();
            SoundPlayer.Instance.PlayUIAudio(72);
            m_UIEffect_1.Play();
        }