大圣修改

dev_chengFeng
jiaoyangna 2021-06-19 17:47:35 +08:00
parent b85b94fa68
commit f4fe155533
3 changed files with 10 additions and 4 deletions

View File

@ -129,7 +129,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -209.615, y: 71.95}
m_AnchoredPosition: {x: -199.25002, y: 71.95}
m_SizeDelta: {x: 0, y: 144}
m_Pivot: {x: 0, y: 1.0000001}
--- !u!114 &8585533787268794185
@ -159,7 +159,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Padding:
m_Left: 27
m_Left: 3
m_Right: 0
m_Top: 0
m_Bottom: 0
@ -15432,8 +15432,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 48.62, y: -0.049988}
m_SizeDelta: {x: 419.23, y: 144.1}
m_AnchoredPosition: {x: 59, y: -0.049988}
m_SizeDelta: {x: 398.5, y: 144.1}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &2850623819429736862
MonoBehaviour:

View File

@ -286,6 +286,9 @@ end
--界面关闭时调用(用于子类重写)
function ActivityMainPanel:OnClose()
if UIManager.IsOpen(UIName.RewardItemSingleShowPopup) then
UIManager.ClosePanel(UIName.RewardItemSingleShowPopup)
end
--清除红点
for k,v in pairs(redPointTypeList) do
ClearRedPointObject(k,v)

View File

@ -785,6 +785,9 @@ function EndLessMapView:OnClose()
if UIManager.IsOpen(UIName.HelpPopup) then
UIManager.ClosePanel(UIName.HelpPopup)
end
if UIManager.IsOpen(UIName.ShowEnemyInfoPanel) then
UIManager.ClosePanel(UIName.ShowEnemyInfoPanel)
end
end
function EndLessMapView:OnDestroy()