This commit is contained in:
fatiao 2026-01-20 14:27:02 +08:00
parent 0ff7f0535f
commit 9f86b03ce2
2 changed files with 8 additions and 6 deletions

View File

@ -176,7 +176,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 1050}
m_SizeDelta: {x: 0, y: 1200}
m_Pivot: {x: 0.5, y: 0}
--- !u!222 &8727830136602323800
CanvasRenderer:
@ -3556,7 +3556,7 @@ RectTransform:
m_GameObject: {fileID: 2953878489558456873}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 0.8, y: 0.8, z: 0.8}
m_ConstrainProportionsScale: 1
m_Children:
- {fileID: 7376950088773414048}
@ -3568,7 +3568,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 60, y: -150}
m_SizeDelta: {x: 755, y: 201}
m_SizeDelta: {x: 770, y: 201}
m_Pivot: {x: 0, y: 1}
--- !u!222 &3313170028252914898
CanvasRenderer:
@ -5178,7 +5178,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 232.005, y: -15}
m_SizeDelta: {x: 204.01, y: 30}
m_SizeDelta: {x: 0, y: 30}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2040717237771736859
CanvasRenderer:
@ -8480,7 +8480,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 0, y: 380}
m_SizeDelta: {x: 0, y: 540}
m_SizeDelta: {x: 0, y: 710}
m_Pivot: {x: 0.5, y: 0}
--- !u!222 &3597794774398003445
CanvasRenderer:

View File

@ -111,7 +111,9 @@ end
--页面关闭按钮
function UIPvPView:OnClickBtnBack()
self:UIClose();
self:UIClose()
ManagerContainer.LuaGameMgr:EnterBattle(false)
ManagerContainer.LuaUIMgr:OpenSourceUI(self)
end
--商店按钮