2026.3.2 试炼之塔关闭聊天
This commit is contained in:
parent
7f15a1b7b9
commit
311f9e8a39
@ -1173,10 +1173,10 @@ MonoBehaviour:
|
||||
m_Padding:
|
||||
m_Left: 0
|
||||
m_Right: 0
|
||||
m_Top: 0
|
||||
m_Top: 20
|
||||
m_Bottom: 5
|
||||
m_ChildAlignment: 4
|
||||
m_Spacing: 0
|
||||
m_ChildAlignment: 1
|
||||
m_Spacing: 5
|
||||
m_ChildForceExpandWidth: 0
|
||||
m_ChildForceExpandHeight: 1
|
||||
m_ChildControlWidth: 0
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -63,6 +63,9 @@ function UIClimbingTowerBattleView:Init()
|
||||
self.leftFightingTime = self.controller:FightingTime()
|
||||
self.leftTime.text.text = FormatTimeMS(self.leftFightingTime)
|
||||
self.leftFightingTimeHandler = ManagerContainer.LuaTimerMgr:AddTimer(1000, -1, self, self.OnShowLeftFightingTime, nil)
|
||||
|
||||
-- 关闭聊天界面
|
||||
self.NewBattleChatPart:HideView()
|
||||
end
|
||||
|
||||
function UIClimbingTowerBattleView:RemoveEventListener()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user