魂印分解界面特效被切修改

dev_chengFeng
jiaoyangna 2021-07-29 15:31:09 +08:00
parent 44119d5a28
commit 706ee26390
1 changed files with 1 additions and 1 deletions

View File

@ -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