少年修仙传客户端代码仓库
client_Zxw
2019-02-21 5fa329e47cef2b53be569e625da20692f64be880
2994 【BUG】【1.6】跨服排行榜,段位文字不清晰
1个文件已修改
2 ■■■ 已修改文件
System/CrossServerOneVsOne/RankCellCtrl.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CrossServerOneVsOne/RankCellCtrl.cs
@@ -117,7 +117,7 @@
        {
            var config = CrossServerArenaConfig.Get(Danlv);
            m_SegmentTxt.text = config.Name;
            m_SegmentTxt.color = UIHelper.GetDanLVColor(Danlv, false);
            m_SegmentTxt.color = UIHelper.GetDanLVColor(Danlv, true);
            //if (Danlv >= 24)
            //{
            //    m_SegmentTxt.color = new Color32(255, 3, 3, 255);