hch
8 天以前 f7cf7973de65296e193e0dae18c86a5fcec8fdf3
0312 物品图标控制在小框内显示(mask)
1个文件已修改
2 ■■■ 已修改文件
Main/System/KnapSack/New/CommonItemBaisc.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/KnapSack/New/CommonItemBaisc.cs
@@ -40,7 +40,7 @@
        {
            if (m_ItemIcon == null)
            {
                m_ItemIcon = this.transform.GetComponent<Image>("Container_ItemCell/Img_Icon");
                m_ItemIcon = this.transform.GetComponent<Image>("Container_ItemCell/mask/Img_Icon");
            }
            return m_ItemIcon;
        }