公会副本扫荡修复

onepiece_demo_arena
xiejun 2023-12-02 13:26:48 +08:00
parent 570dc1cac7
commit 2844e08a9d
2 changed files with 8 additions and 8 deletions

View File

@ -1207,7 +1207,7 @@ MonoBehaviour:
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 12800000, guid: 4b73e9e4512d17e4daeea351e090d33c, type: 3}
m_Font: {fileID: 12800000, guid: be22547d075a3fa439f78ce38cdb4beb, type: 3}
m_FontSize: 50
m_FontStyle: 0
m_BestFit: 0
@ -1219,7 +1219,7 @@ MonoBehaviour:
m_HorizontalOverflow: 1
m_VerticalOverflow: 1
m_LineSpacing: 1
m_Text: "\u65E0\u53EF\u5F52\u5143\u7684\u6CD5\u5B9D\uFF01"
m_Text: "\u699C\u4E0A\u65E0\u4EBA"
LanguageIndex: 0
--- !u!1 &1853735135233949520
GameObject:
@ -1892,8 +1892,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: -0.62846994, y: 68.120026}
m_SizeDelta: {x: 908.06, y: 545.4}
m_AnchoredPosition: {x: 0.00047874, y: -7.3399963}
m_SizeDelta: {x: 824.5, y: 394.5}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &3052616311165397785
GameObject:
@ -3445,7 +3445,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: 51.04248, y: 56}
m_AnchoredPosition: {x: 51.04248, y: 15}
m_SizeDelta: {x: 354, y: 470}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2985714276882432385
@ -6967,8 +6967,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: 0.95752007, y: -355.38}
m_SizeDelta: {x: 906.8, y: 681.63}
m_AnchoredPosition: {x: -9.2, y: -231.6}
m_SizeDelta: {x: 824.5, y: 379.8}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &8772249491847288057
GameObject:

View File

@ -60,7 +60,7 @@ function GuildTranscriptMainPopup:InitComponent()
--rank
local v2New = Util.GetGameObject(this.m_go, "endGo/rankList"):GetComponent("RectTransform").rect
this.rankScrollView = SubUIManager.Open(SubUIConfig.ScrollCycleView, Util.GetGameObject(this.m_go, "endGo/rankList").transform,
Util.GetGameObject(this.m_go, "endGo/ItemPre"), nil, Vector2.New(906.8, 545.4), 1, 1, Vector2.New(0,0))
Util.GetGameObject(this.m_go, "endGo/ItemPre"), nil, Vector2.New(824.5, 394.5), 1, 1, Vector2.New(0,0))
this.rankScrollView.moveTween.MomentumAmount = 1
this.rankScrollView.moveTween.Strength = 1
-- Util.GetGameObject(self.gameObject,"middleGo/rankBun"):GetComponent("Image").sprite=this.spLoader:LoadSprite("g_gonghui_paihangjianglianniu_zh")