三国卡牌客户端基础资源仓库
hch
2 天以前 675116d50737e0ab1b5e12b1f971756212aa5ce4
0312 优化引导
2个文件已修改
4 ■■■■ 已修改文件
Assets/Editor/ScriptEditor/NewBieGuideEditorWindow.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ChangeTextAndImage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/ScriptEditor/NewBieGuideEditorWindow.cs
@@ -158,7 +158,7 @@
        public void Begin()
        {
            if (!NewBieCenter.Instance.CheckGuideCondition(guideId))
            if (!NewBieCenter.Instance.CheckGuideCondition(guideId, true))
            {
                Debug.LogError("引导条件不满足");
                return;
Assets/Editor/Tool/ChangeTextAndImage.cs
@@ -22,7 +22,7 @@
        if (GUILayout.Button("将Text更换为TextEx"))
        {
            ChangeText();
            Debug.LogError("文字替换成功, 后续制作尽量少用bestfit,且让字体显示范围最大化兼容海外版本的文字");
            Debug.LogError("文字替换成功, bestfit选项请按正常需求设置");
        }
        if (GUILayout.Button("将Image更换为ImageEx"))