【灵兽系统】召唤界面 按钮位置有问题

zhangqiang 2020-11-03 14:51:58 +08:00
parent 47029b0f0f
commit 812e6b8f0b
2 changed files with 4 additions and 4 deletions

View File

@ -24470,11 +24470,11 @@ MonoBehaviour:
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 12800000, guid: 4b73e9e4512d17e4daeea351e090d33c, type: 3}
m_FontSize: 44
m_FontSize: 50
m_FontStyle: 0
m_BestFit: 0
m_MinSize: 4
m_MaxSize: 45
m_MaxSize: 50
m_Alignment: 4
m_AlignByGeometry: 0
m_RichText: 1
@ -35039,7 +35039,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: -7.2, y: 0.3}
m_AnchoredPosition: {x: -1.2, y: 0.3}
m_SizeDelta: {x: 69, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &3178489416745694411

View File

@ -111,7 +111,7 @@ function PokemonSummonOneResultPanel:OnOpen(...)
if isFree then
this.itemNum3.gameObject:SetActive(false)
this.itemIcon3.gameObject:SetActive(false)
this.itemInfo3.text=Language[12399]
this.itemInfo3.text="免费召唤"
this.tipText.gameObject:SetActive(false)
else
this.itemNum3.gameObject:SetActive(true)