少年修仙传客户端代码仓库
hch
2019-10-10 97e3cff3a24267e79e16a2b4452d7a8d486988e3
4594 按钮文字颜色修改
2个文件已修改
4 ■■■ 已修改文件
System/ItemTip/TipOperateButton.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Role/ReikiRootWin.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/ItemTip/TipOperateButton.cs
@@ -87,7 +87,7 @@
            var isBlackSkin = type == ItemOperateType.sell || type == ItemOperateType.putOff;
            m_Icon.SetSprite(isBlackSkin ? "UnReceiveBG" : "ReceiveBG_a");
            this.m_Title.color = UIHelper.GetUIColor(isBlackSkin ? TextColType.LightYellow : TextColType.Black);
            this.m_Title.color = UIHelper.GetUIColor(TextColType.Black);
            m_Button.SetListener(() =>
            {
System/Role/ReikiRootWin.cs
@@ -267,6 +267,8 @@
                m_Reset.image.color = new Color32(200, 200, 200, 255);
            }
            m_Reset.SetColorful(m_ResetLabel, isResetOpen, 1);
            if (isResetOpen)
                m_ResetLabel.color = UIHelper.GetUIColor(TextColType.NavyBrown);
            m_Confirm.SetInteractable(m_ConfirmLabel, model.freePoint != model.cacheFreePoint);
        }