魂印分解界面特效被切修改
parent
44119d5a28
commit
706ee26390
|
@ -114,7 +114,7 @@ function HeroAndEquipResolvePanel:InitComponent()
|
||||||
this.equipPre, this.Scrollbar2, Vector2.New(-v22.x*2, -v22.y*2), 1, 5, Vector2.New(40, 30))
|
this.equipPre, this.Scrollbar2, Vector2.New(-v22.x*2, -v22.y*2), 1, 5, Vector2.New(40, 30))
|
||||||
this.ScrollView2.moveTween.MomentumAmount = 1
|
this.ScrollView2.moveTween.MomentumAmount = 1
|
||||||
this.ScrollView2.moveTween.Strength = 1
|
this.ScrollView2.moveTween.Strength = 1
|
||||||
local v23 = Util.GetGameObject(self.gameObject, "soulPrintObject"):GetComponent("RectTransform").rect
|
local v23 = this.soulPrintScroll:GetComponent("RectTransform").rect
|
||||||
this.ScrollView3 = SubUIManager.Open(SubUIConfig.ScrollCycleView, this.soulPrintScroll.transform,
|
this.ScrollView3 = SubUIManager.Open(SubUIConfig.ScrollCycleView, this.soulPrintScroll.transform,
|
||||||
this.soulPrintPre, this.Scrollbar3, Vector2.New(v23.width, v23.height), 1, 5, Vector2.New(40, 50))
|
this.soulPrintPre, this.Scrollbar3, Vector2.New(v23.width, v23.height), 1, 5, Vector2.New(40, 50))
|
||||||
this.ScrollView3.moveTween.MomentumAmount = 1
|
this.ScrollView3.moveTween.MomentumAmount = 1
|
||||||
|
|
Loading…
Reference in New Issue