少年修仙传客户端代码仓库
client_Zxw
2018-09-21 9b0bc3bddda6c82ea6f466bd04bf858d324af25b
System/MainInterfacePanel/DialogueDuidanceWin.cs
@@ -253,7 +253,7 @@
                int playerJob = PlayerDatas.Instance.baseData.Job;
                UI3DModelExhibition.Instance.BeginShowPlayer(m_playerIcon, playerJob, true);
                UI3DModelExhibition.Instance.ShowPlayer(m_playerIcon, playerJob, true);
                m_PlayerNameText.text = PlayerDatas.Instance.baseData.PlayerName;
@@ -297,7 +297,7 @@
                string npcIcon = configStoryMissions.NpcIcon[IsMultistage];
                UI3DModelExhibition.Instance.BeginShowNPC(npcId, npcConfig.UIModeLOffset, npcConfig.UIModelRotation, m_NPCIcon, false, true);
                UI3DModelExhibition.Instance.ShowNPC(npcId, npcConfig.UIModeLOffset, npcConfig.UIModelRotation, m_NPCIcon, false, true);
            }
            typesPeaker = type;
        }