首冲修改提交
parent
f0c1ad1b71
commit
0ba113ddbc
|
@ -35877,7 +35877,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 0
|
||||
m_VerticalOverflow: 0
|
||||
m_LineSpacing: 1
|
||||
m_Text: "\u9996\u5145\u6EE11$"
|
||||
m_Text: "\u7D2F\u5145\u6EE1$1"
|
||||
LanguageIndex: 10594
|
||||
--- !u!1 &4075015836899280644
|
||||
GameObject:
|
||||
|
@ -36803,7 +36803,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: 8.9999695, y: -388.00006}
|
||||
m_AnchoredPosition: {x: 8.9999695, y: -422.20004}
|
||||
m_SizeDelta: {x: 100, y: 100}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &5526079155444053475
|
||||
|
@ -37613,7 +37613,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: -2.8000016, y: -348.80002}
|
||||
m_AnchoredPosition: {x: -2.8000016, y: -383}
|
||||
m_SizeDelta: {x: 100, y: 100}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &5526079156605187344
|
||||
|
@ -38177,7 +38177,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, y: -298.20007}
|
||||
m_AnchoredPosition: {x: 0, y: -332.40005}
|
||||
m_SizeDelta: {x: 100, y: 100}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &5526079156859329627
|
||||
|
@ -38340,7 +38340,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 0
|
||||
m_VerticalOverflow: 0
|
||||
m_LineSpacing: 1
|
||||
m_Text: "\u7D2F\u5145\u503C15$"
|
||||
m_Text: "\u7D2F\u5145\u503C$15"
|
||||
LanguageIndex: 10595
|
||||
--- !u!1001 &6359050367270521292
|
||||
PrefabInstance:
|
||||
|
|
|
@ -23,6 +23,7 @@ function GuildTranscriptMainPopup:InitComponent()
|
|||
this.endNumBtn = Util.GetGameObject(self.gameObject,"middleGo/endNumBtn")
|
||||
--text
|
||||
this.name = Util.GetGameObject(self.gameObject,"middleGo/endNumBtn"):GetComponent("Text")--军团副本
|
||||
this.name.text = "公会副本"
|
||||
this.rewardGoText1 = Util.GetGameObject(self.gameObject,"middleGo/rewardGo/tip/Text1"):GetComponent("Text")--单次奖励
|
||||
this.rewardGoText2 = Util.GetGameObject(self.gameObject,"middleGo/rewardGo/tip/Text2"):GetComponent("Text")--击杀奖励
|
||||
|
||||
|
|
Loading…
Reference in New Issue