【主角修为】问号文字调整

dev_chengFeng
ZhangBiao 2021-10-21 11:14:24 +08:00
parent afaf672de4
commit 984bb12611
2 changed files with 5 additions and 5 deletions

View File

@ -1688,7 +1688,7 @@ MonoBehaviour:
m_ChildAlignment: 4
m_StartCorner: 0
m_StartAxis: 0
m_CellSize: {x: 250, y: 40}
m_CellSize: {x: 260, y: 40}
m_Spacing: {x: 0, y: 0}
m_Constraint: 0
m_ConstraintCount: 2
@ -2139,7 +2139,7 @@ MonoBehaviour:
m_ChildAlignment: 4
m_StartCorner: 0
m_StartAxis: 0
m_CellSize: {x: 250, y: 40}
m_CellSize: {x: 260, y: 40}
m_Spacing: {x: 0, y: 0}
m_Constraint: 0
m_ConstraintCount: 2

View File

@ -13,7 +13,7 @@ function this:InitComponent(gameObject)
local rootHight = self.scrollItem.transform.rect.height
local width = self.scrollItem.transform.rect.width
self.ScrollView = SubUIManager.Open(SubUIConfig.ScrollCycleView, self.scrollItem.transform,
self.itemPre, nil, Vector2.New(width, rootHight), 1, 1, Vector2.New(0, 0))
self.itemPre, nil, Vector2.New(width, rootHight), 1, 1, Vector2.New(0, 20))
self.ScrollView.moveTween.MomentumAmount = 1
self.ScrollView.moveTween.Strength = 2
self.ScrollView.elastic = false