少年修仙传客户端基础资源
client_Wu Xijin
2019-05-21 f531eed3aa0379fc72f99f988141cc0ef2486efa
6872 自由引导支持特效播放
1个文件已修改
2 ■■■■■ 已修改文件
Assets/Editor/ScriptEditor/NewBieGuideEditorWindow.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/ScriptEditor/NewBieGuideEditorWindow.cs
@@ -363,6 +363,7 @@
            guideContent = so.tipContent;
            arrowPosition = so.arrowPosition;
            selectBox = so.selectBox;
            effect2 = so.effect2;
            var selectBosAssetName = string.Empty;
            switch (so.selectBox)
            {
@@ -410,6 +411,7 @@
            so.tipContent = guideContent;
            so.arrowPosition = arrowPosition;
            so.selectBox = selectBox;
            so.effect2 = effect2;
            if (m_ClickTarget != null)
            {
                so.UIElementPath = UIUtility.GetUIElementRelativePath(uiroot, m_ClickTarget);