【法宝】=========================法宝星级显示修改

TCX_dev_realOne_master
wangzhenxing 2023-12-24 12:40:08 +08:00
parent fd252db081
commit 52732876f3
4 changed files with 4 additions and 4 deletions

View File

@ -358,7 +358,7 @@ function FaLingSingleShowPopup:OnShow()
local starType=1
local starSize=nil
starType=3
star=star+11
star=star+10
starSize = Vector2.New(1,-13)
--starScale = 0
SetHeroStars(self.spLoader,self.star, star,starType,starSize,starScale)

View File

@ -165,7 +165,7 @@ function FaLingStrongPopup:OnShow()
local starType=1
local starSize=nil
starType=3
star=star+11
star=star+10
starSize = Vector2.New(1,-13)
--starScale = 0
SetHeroStars(self.spLoader,self.star, star,starType,starSize,starScale)

View File

@ -143,7 +143,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择
local starType=1
local starSize=nil
starType=3
star=star+11
star=star+10
starSize = Vector2.New(0.8,-20)
local starScale = -20
SetHeroStars(this.spLoader,starGrid, star,starType,starSize,starScale)

View File

@ -130,7 +130,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择
local starType=1
local starSize=nil
starType=3
star=star+11
star=star+10
starSize = Vector2.New(0.8,-20)
local starScale = -20
SetHeroStars(this.spLoader,starGrid, star,starType,starSize,starScale)