少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-11 580b804b0fdf3a5d1c38b28ba1f014282be5d726
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
3个文件已修改
8 ■■■■■ 已修改文件
Fight/GameActor/GActorPlayerBase.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CrossServerOneVsOne/FightingPKWin.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Realm/RealmProgressBehaviour.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GActorPlayerBase.cs
@@ -2783,13 +2783,13 @@
                case 1:
                    if (m_SecondaryModel != null)
                    {
                        _bindBone = m_SecondaryModel.transform;
                        _bindBone = m_ClothesModel.transform.GetChildTransformDeeply(GAStaticDefine.SecondaryBindBoneName[JobSetup.Job - 1]);
                    }
                    break;
                case 2:
                    if (m_WeaponModel != null)
                    {
                        _bindBone = m_WeaponModel.transform;
                        _bindBone = m_ClothesModel.transform.GetChildTransformDeeply(GAStaticDefine.WeaponBindBoneName);
                    }
                    break;
                case 4:
System/CrossServerOneVsOne/FightingPKWin.cs
@@ -73,6 +73,8 @@
            }
            _MyBuffSortList.Clear();
            _OpponentBuffSortList.Clear();
            m_ScoreText1.text = 0.ToString();
            m_ScoreText2.text = 0.ToString();
            SetScoreText();
            BuffScheduling();//buff排序
            GetopponentBuff();
System/Realm/RealmProgressBehaviour.cs
@@ -86,7 +86,7 @@
                {
                    rect.pivot = middleCenter;
                    rect.anchoredPosition = new Vector2(m_EndRealmPositionx, 0);
                    rightRatio = Mathf.Abs(m_EndRealmPositionx - m_BigRealmBottomWidth / 2) / m_ContainerPoint.rect.width;
                    rightRatio = Mathf.Abs(m_EndRealmPositionx - m_BigRealmBottomWidth / 2 + 30) / m_ContainerPoint.rect.width;
                }
                else
                {