震动效果修改

dev_chengFeng
jiaoyangna 2021-07-30 14:17:44 +08:00
parent 3c012bb3f4
commit aa82fc9f6b
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,9 @@ function EquipTreasureStrongPopup:SetScrollPre(go,data,_index)
this.treasureDatas[go]:OnOpen(false, {data.id,0}, 1, false, false, false, 0,data.idDyn)
name:GetComponent("Text").text = HeroManager.GetSingleHeroData(data.upHeroDid).heroConfig.ReadingName
Util.AddOnceClick(btn,function()
if curEquipData.idDyn == data.idDyn then
return
end
this.select.transform:SetParent(go.transform)
this.select:GetComponent("RectTransform").anchoredPosition3D = Vector3.New(-8.5,5.04,0)
this.select.gameObject:SetActive(true)