分解界面修改

onepiece_demo_arena
wangzhenxing 2024-01-16 17:41:36 +08:00
parent 9b20642e9d
commit 1fbee5e40d
2 changed files with 3 additions and 3 deletions

View File

@ -191311,7 +191311,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: 0.8, y: -92}
m_AnchoredPosition: {x: 0.8, y: 0}
m_SizeDelta: {x: 164, y: 164}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7797228342733304817

View File

@ -254,7 +254,7 @@ function this.RewardGridGoMov(isSha,fun)
if isSha then
this.endTabs:SetActive(true)
--this.btnHeroGrid.transform:DOAnchorPosY(-670, 0.5, false)
this.endTabs.transform:DOAnchorPosY(251.62, 0.5, false):OnComplete(function()
this.endTabs.transform:DOAnchorPosY(330, 0.5, false):OnComplete(function()
this.shaiBtn:GetComponent("Button").enabled = true
if fun then
fun()
@ -262,7 +262,7 @@ function this.RewardGridGoMov(isSha,fun)
end)
else
--this.btnHeroGrid.transform:DOAnchorPosY(-766, 0.5, false)
this.endTabs.transform:DOAnchorPosY(-38.64, 0.5, false):OnComplete(function()
this.endTabs.transform:DOAnchorPosY(0, 0.5, false):OnComplete(function()
this.shaiBtn:GetComponent("Button").enabled = true
this.endTabs:SetActive(false)
if fun then