聊天界面恢复
This commit is contained in:
parent
0cad06c244
commit
4df4004c18
@ -65,7 +65,7 @@ function NewBattleChatPart:RefreshChatBg()
|
||||
|
||||
if nil ~= self.viewLua.chltogBg then
|
||||
DG.Tweening.DOTween.Kill(self.viewLua.chltogBg.canvasGroup)
|
||||
--self.viewLua.chltogBg.canvasGroup:DOFade(1, 0)
|
||||
self.viewLua.chltogBg.canvasGroup:DOFade(1, 0)
|
||||
end
|
||||
--self.chltogBg:SetActive(true)
|
||||
if chatHideTimer then
|
||||
@ -78,7 +78,7 @@ function NewBattleChatPart:HideChatBg()
|
||||
if not self.uiview or not self.uiBase then
|
||||
return
|
||||
end
|
||||
--self.viewLua.chltogBg.canvasGroup:DOFade(0, 0.5)
|
||||
self.viewLua.chltogBg.canvasGroup:DOFade(0, 0.5)
|
||||
end
|
||||
|
||||
function NewBattleChatPart:AddUIEventListener()
|
||||
|
||||
@ -861,8 +861,8 @@ end
|
||||
|
||||
function UIBattleView:OnBossSpawned(bossActor,bossName,life,maxLife,skillParam,isPlayRecord)
|
||||
-- TODO: New Battle UI
|
||||
self.battleRootNew:SetActive(false)
|
||||
self.NewBattleChatPart:HideView()
|
||||
--self.battleRootNew:SetActive(false)
|
||||
--self.NewBattleChatPart:HideView()
|
||||
|
||||
if bossMaskTimer ~= nil then
|
||||
ManagerContainer.LuaTimerMgr:RemoveTimer(bossMaskTimer)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user