hch
2025-09-14 249c2184d4e72f2f8a40ac9a156bf54849d0e191
0312 调整目录支持launch
4个文件已删除
1个文件已修改
145 ■■■■■ 已修改文件
Main/Component/UI/Common/FrameEffect.cs 95 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Component/UI/Common/FrameEffect.cs.meta 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/HeroUI/GiftBaseCell.cs 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Utility/DontDestroyOnLoad.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Utility/DontDestroyOnLoad.cs.meta 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Component/UI/Common/FrameEffect.cs
File was deleted
Main/Component/UI/Common/FrameEffect.cs.meta
File was deleted
Main/System/HeroUI/GiftBaseCell.cs
@@ -220,23 +220,23 @@
    {
        if (quality == 1)
        {
            //1D0029
            return new Color32(29, 0, 41, 128);
            //692088
            return new Color32(105, 32, 136, 128);
        }
        else if (quality == 2)
        {
            //372300
            return new Color32(55, 35, 0, 128);
            //886220
            return new Color32(136, 98, 32, 128);
        }
        else if (quality == 3)
        {
            //3A1800
            return new Color32(58, 24, 0, 128);
            //884a20
            return new Color32(136, 74, 32, 128);
        }
        else if (quality == 4)
        {
            //3A0000
            return new Color32(58, 0, 0, 128);
            //882020
            return new Color32(136, 32, 32, 128);
        }
        return new Color32(0, 0, 0, 128);
    }
Main/Utility/DontDestroyOnLoad.cs
File was deleted
Main/Utility/DontDestroyOnLoad.cs.meta
File was deleted